Skip to content

Commit

Permalink
disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent 867e571 commit 1d8b544
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
uses: mamba-org/setup-micromamba@main
with:
environment-file: configs/conda.yml
cache-environment: true
cache-downloads: true
environment-name: Rintro
# caching seems to slow down jobs
# cache-environment: true
# cache-downloads: true


- name: Activate Environment
run: micromamba activate Rintro
Expand Down

0 comments on commit 1d8b544

Please sign in to comment.