Skip to content

Commit

Permalink
Merge pull request #74 from cheginit/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-2.1.7
  • Loading branch information
cheginit committed Nov 23, 2021
2 parents f5c20e2 + 893cf77 commit 5f5bde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "CONDA_ENV_FILE=ci/requirements/environment.yml" >> $GITHUB_ENV
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Cache conda
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ~/conda_pkgs_dir
key:
Expand Down

0 comments on commit 5f5bde1

Please sign in to comment.