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 db2e5a5 commit 70f3fce
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
python-version: ["3.10"]

steps:
- name: Install dependencies
Expand Down Expand Up @@ -65,17 +65,13 @@ jobs:
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}
python-version: ${{ matrix.python-version }}
activate-environment: esm_tools
- name: install esm-tools
run: |
git config --global --add safe.directory /__w/esm_tools/esm_tools;
pip install pip==24.3;
./install.sh;
shell: bash -l {0}
- name: run esm_tests
run: |
Expand Down

0 comments on commit 70f3fce

Please sign in to comment.