Skip to content

Commit

Permalink
Merge 75fb95e into af3eab5
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 authored Aug 22, 2024
2 parents af3eab5 + 75fb95e commit c5fd700
Show file tree
Hide file tree
Showing 16 changed files with 1,520 additions and 251 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ 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
Expand Down Expand Up @@ -162,6 +164,8 @@ jobs:
CIME_DRIVER: ${{ matrix.driver }}
CIME_TEST_PLATFORM: ubuntu-latest
run: |
pip install -r test-requirements.txt
export CIME_REMOTE=https://github.com/${{ github.event.pull_request.head.repo.full_name || github.repository }}
export CIME_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}}
Expand Down
Loading

0 comments on commit c5fd700

Please sign in to comment.