Skip to content

Commit

Permalink
FIX: enable .jupyter_cache to be included in cache runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Nov 4, 2024
1 parent dfdbc60 commit e1e6852
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 e1e6852

Please sign in to comment.