Skip to content

Commit

Permalink
FIX: enable .jupyter_cache to be included in cache runs (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Nov 4, 2024
1 parent dfdbc60 commit a0fa8c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-cache
path: _build
path: _build
include-hidden-files: true

0 comments on commit a0fa8c6

Please sign in to comment.