We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac594c5 commit aa9a14bCopy full SHA for aa9a14b
2 files changed
.github/workflows/execute-nbs.yaml
@@ -48,7 +48,7 @@ jobs:
48
activate-environment: tutorials
49
channel-priority: flexible
50
environment-file: environment.yml
51
- miniforge-variant: Mambaforge
+ miniforge-variant: Miniforge3
52
miniforge-version: latest
53
use-mamba: true
54
# some important packages are not available as .tar.bz2 anymore
@@ -83,6 +83,6 @@ jobs:
83
jcache notebook merge $f $f
84
done
85
86
- - uses: stefanzweifel/git-auto-commit-action@v4
+ - uses: stefanzweifel/git-auto-commit-action@v5
87
with:
88
commit_message: Render notebooks
docs/contributing.md
0 commit comments