Skip to content

Commit

Permalink
Stop caching conda env in attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Sep 25, 2024
1 parent 4e5e7fa commit 385cf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
environment-file: "environment.yml"
# When using a lock-file, we have to set an environment name.
environment-name: "pm_icecon-ci"
cache-environment: true
cache-environment: false
# Increase this key to trigger cache invalidation
cache-environment-key: 1
# cache-environment-key: 2

# Linter
- name: "Run pre-commit tests"
Expand Down

0 comments on commit 385cf5a

Please sign in to comment.