Skip to content

Commit

Permalink
cashe after intall or Rocoto silly
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed May 10, 2024
1 parent 6ed8e71 commit 7f7f705
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
# If you have a requirements.txt file, you can install all dependencies using:
# pip install -r requirements.txt
- name: Cache Rocoto
uses: actions/cache@v4
with:
path: ~/rocoto
key: ${{ runner.os }}-rocoto-${{ hashFiles('**/ci-unit_tests.yaml') }}

- name: Install Rocoto
run: |
if [ ! -d "$HOME/rocoto" ]; then
Expand All @@ -43,6 +37,12 @@ jobs:
fi
echo "$HOME/rocoto/bin" >> $GITHUB_PATH
- name: Cache Rocoto
uses: actions/cache@v4
with:
path: ~/rocoto
key: ${{ runner.os }}-rocoto-${{ hashFiles('**/ci-unit_tests.yaml') }}

- name: Run tests
run: python -m pytest ci/scripts/tests/test_rocotostat.py -v --junitxml ci/scripts/tests/test-results.xml

Expand Down

0 comments on commit 7f7f705

Please sign in to comment.