Skip to content

Commit

Permalink
reenable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Aug 6, 2024
1 parent 085b54f commit 7754064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment-file: tests/environment.yml
python-version: ${{ matrix.python-version }}
channel-priority: strict
use-only-tar-bz2: false # IMPORTANT: This needs to be set for caching to work properly!
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
- name: Conda info
shell: bash -l {0}
run: conda info; conda list
Expand Down

0 comments on commit 7754064

Please sign in to comment.