Skip to content

Commit

Permalink
try new ci for nbstrip
Browse files Browse the repository at this point in the history
  • Loading branch information
drcandacemakedamoore committed Mar 30, 2024
1 parent 7f3b931 commit fe9d583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
with:
conda-channels: conda-forge
python-version: '3.11'
- run: python3 -m venv .venv
- run: .venv/bin/python -m pip install nbstripout
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: python3 -m venv .venv
- run: .venv/bin/python -m pip install nbstripout
- name: Clean Up The Notebooks Output
# This will overwrite the history of the pushed commits to
# remove unwanted information from the notebooks.
Expand All @@ -39,4 +39,4 @@ jobs:
git add . --ignore-removal
" $BEFORE..HEAD
git push --force-with-lease
fi
fi

0 comments on commit fe9d583

Please sign in to comment.