Skip to content

Commit

Permalink
actually disable cache, add optional pkgs to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Oct 27, 2024
1 parent 5aec8bf commit 4521909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
environments: dev
#cache: true
cache: false
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
environments: docs
#cache: true
cache: false
#cache-write:
# ${{ github.event_name == 'push' && github.ref_name == 'main' }}

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ docs = [
"sphinx>=7.0",
"sphinx_autodoc_typehints",
"sphinx_copybutton",
"matplotlib-base>=3.9.2,<4",
"sliderule>=4.7.1,<5"
]
# all = [
# "matplotlib-base>=3.9.2,<4",
Expand Down

0 comments on commit 4521909

Please sign in to comment.