Skip to content

Commit 9076e6c

Browse files
committed
Execute a single action for jupyter notebook output cleaning
1 parent 7d89d73 commit 9076e6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/container_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: actions/setup-python@v4
5353
with:
5454
python-version: "3.10"
55-
- name: Clean Notebook Output
5655
run: |
5756
python -m pip install --upgrade nbstripout --no-cache-dir
5857
find $GITHUB_WORKSPACE -name "*.ipynb" -exec nbstripout "{}" \;

0 commit comments

Comments
 (0)