Skip to content

Commit

Permalink
Fix caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jul 31, 2024
1 parent f37d041 commit 826b683
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@ jobs:
libnetcdf
hdf5
udunits2
- name: load cached Python installation
id: cache
uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: test-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
shell: micromamba-shell {0}
# TODO: cache?
- name: install dependencies
run: pip install ".[testing]"
shell: micromamba-shell {0}
Expand Down

0 comments on commit 826b683

Please sign in to comment.