Skip to content

Commit

Permalink
Fixes installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed May 17, 2024
1 parent 1eed09f commit 516aa29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install test-requirements.txt
run: pip install -r test-requirements.txt
- name: Run tests
shell: bash
env:
CIME_MODEL: "cesm"
CIME_DRIVER: "nuopc"
CIME_TEST_PLATFORM: ubuntu-latest
run: |
pip install -r test-requirements.txt
export SRC_PATH="${GITHUB_WORKSPACE}"
mamba install -y python=${{ matrix.python-version }}
Expand Down Expand Up @@ -157,15 +157,15 @@ jobs:
with:
path: /storage/inputdata
key: inputdata-2
- name: Install test-requirements.txt
run: pip install -r test-requirements.txt
- name: Run tests
shell: bash
env:
CIME_MODEL: ${{ matrix.model }}
CIME_DRIVER: ${{ matrix.driver }}
CIME_TEST_PLATFORM: ubuntu-latest
run: |
pip install -r test-requirements.txt
export SRC_PATH="${GITHUB_WORKSPACE}"
source /entrypoint.sh
Expand Down

0 comments on commit 516aa29

Please sign in to comment.