Skip to content

Commit

Permalink
moved Cache to before install of Rocoto because it had a duel purpose…
Browse files Browse the repository at this point in the history
… of restoring caches that have been created
  • Loading branch information
TerryMcGuinness-NOAA committed May 13, 2024
1 parent 7282787 commit b63adea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# If you have a requirements.txt file, you can install all dependencies using:
# pip install -r requirements.txt
- name: Cache Rocoto
- name: Cache Rocoto Install
uses: actions/cache@v4
with:
path: ~/rocoto
Expand Down

0 comments on commit b63adea

Please sign in to comment.