Skip to content

Commit

Permalink
Using v2 of cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Aug 18, 2022
1 parent f3e43b2 commit 3b3021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache conda
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/conda_pkgs_dir
key: conda-${{ matrix.os }}-python-${{ matrix.python-version }}-${{ hashFiles('environment-ci.yml') }}
Expand Down

0 comments on commit 3b3021c

Please sign in to comment.