Skip to content

Commit

Permalink
ci: Cache the netcdf files for Public_API.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
pmav99 committed Oct 5, 2023
1 parent 6aa57e6 commit 188965b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
with:
path: ${{ env.pythonLocation }}
key: test-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'requirements/*') }}
- uses: actions/cache@main
id: cache-netcdfs
with:
path: |
notebooks/schout_adcirc_20230828.nc
notebooks/schout_adcirc_20230829.nc
notebooks/schout_adcirc_20230830.nc
key: test-stofs-3d-atl-netcdf-files
- run: python --version
- run: python -m pip install --upgrade pip
- run: python -m pip --version
Expand Down

0 comments on commit 188965b

Please sign in to comment.