Skip to content

Commit

Permalink
Execute a single action for jupyter notebook output cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Nov 29, 2023
1 parent 7d89d73 commit 9076e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Clean Notebook Output
run: |
python -m pip install --upgrade nbstripout --no-cache-dir
find $GITHUB_WORKSPACE -name "*.ipynb" -exec nbstripout "{}" \;
Expand Down

0 comments on commit 9076e6c

Please sign in to comment.