Skip to content

Commit

Permalink
deactivate caching
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Jul 10, 2024
1 parent ed56252 commit fb3a339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- bioconda
subdir: osx-64
init-shell: bash
cache-environment: true
cache-downloads: true
cache-environment: false
cache-downloads: false
post-cleanup: 'all'
- name: Install PyTest
run: micromamba install pytest
Expand Down

0 comments on commit fb3a339

Please sign in to comment.