Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Dec 5, 2024
1 parent 03387ca commit cae7cf9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,22 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: goanpeca/setup-miniconda@v1
- uses: conda-incubator/setup-miniconda
with:
miniconda-version: "latest"
activate-environment: esm_tools
installer-url: https://github.com/conda-forge/miniforge/releases/download/4.8.3-2/Miniforge-pypy3-4.8.3-2-Linux-x86_64.sh
allow-softlinks: true
show-channel-urls: true
- name: foo
run: |
conda config --show channels;
conda env list;
conda install python=${{ matrix.python-version }};
shell: bash -l {0}
- name: install esm-tools
run: |
git config --global --add safe.directory /__w/esm_tools/esm_tools;
./install.sh;
shell: bash -l {0}

- name: run esm_tests
run: |
Expand Down

0 comments on commit cae7cf9

Please sign in to comment.