Skip to content

Commit

Permalink
Cache mamba environment to speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jan 30, 2024
1 parent ec5e24c commit 95d8171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/environment-py${{matrix.python-version}}.yml
cache-downloads: false
cache-environment: true
- name: Install kerchunk
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 95d8171

Please sign in to comment.