Skip to content

Commit

Permalink
FIX: Stop caching the doc env
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 committed Nov 7, 2024
1 parent 01813c3 commit 3d9a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment-file: doc/environment.yml
micromamba-version: '2.0.0-0'
environment-name: pyart-docs
cache-downloads: true
cache-downloads: false

- name: Fetch all history for all tags and branches
run: |
Expand Down

0 comments on commit 3d9a5d1

Please sign in to comment.