Skip to content

Commit

Permalink
try without micromamba caching in CI GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Sep 30, 2024
1 parent 18426d2 commit 279cacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
environment-file: environment.lock.yml
init-shell: bash
cache-environment: true
# cache-environment: true
post-cleanup: 'all'
- name: Install package
run: |
Expand Down

0 comments on commit 279cacf

Please sign in to comment.