We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a2439 commit 45d123aCopy full SHA for 45d123a
.github/workflows/clear-notebook-outputs.yml
@@ -1,6 +1,6 @@
1
# .github/workflows/propagate-config.yml
2
# This workflow keeps repos in sync
3
-name: Propagate Config File
+name: Remove Notebook Outputs
4
5
on:
6
push:
@@ -24,6 +24,15 @@ jobs:
24
25
- name: Clear notebook outputs in target repos and create PRs
26
run: |
27
+ sudo apt-get update -y
28
+
29
+ sudo apt-get install python3.8 -y
30
31
+ echo ✅ Install Jupyter notebook
32
+ echo ✅ ------------------------
33
+ # Install Jupyter notebook
34
+ sudo apt-get install jupyter -y
35
36
# Get all notebook files
37
files=$(git ls-files '*.ipynb')
38
[ -z "$files" ] && exit 0
0 commit comments