Skip to content

Commit

Permalink
CI(GHActions): Cache conda
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Jul 11, 2024
1 parent bdda6ed commit 2091d73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
if: ${{ runner.os != 'Linux' || contains(fromJSON(env.not_in_conda), matrix.python-version) }}
- name: Cache conda
uses: actions/cache@v3
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda
- name: Cache pip
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 2091d73

Please sign in to comment.