Skip to content

Commit

Permalink
chore: remove test env caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 18, 2025
1 parent 3f35b39 commit fc53e77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
post-cleanup: "all"
cache-downloads: false
# environment cache is persistent for one week.
cache-environment-key:
micromamba-environment-${{ steps.date.outputs.date }}
# cache-downloads: false
# # environment cache is persistent for one week.
# cache-environment-key:
# micromamba-environment-${{ steps.date.outputs.date }}

# Install the package that we want to test
- name: Install the package
Expand Down

0 comments on commit fc53e77

Please sign in to comment.