Skip to content

Commit

Permalink
Fixes when test-requirements are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Aug 22, 2024
1 parent b98fae8 commit 1ff7be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
export CIME_REMOTE=https://github.com/${{ github.event.pull_request.head.repo.full_name || github.repository }}
export CIME_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}
pip install -r test-requirements.txt
source /entrypoint.sh
# from 'entrypoint.sh', create and activate new environment
create_environment ${{ matrix.python-version }}
pip install -r test-requirements.txt
# GitHub runner home is different than container
cp -rf /root/.cime /github/home/
Expand Down

0 comments on commit 1ff7be4

Please sign in to comment.