Skip to content

Commit

Permalink
Remove 'git fetch --unshallow' from executed_notebooks job
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jun 21, 2023
1 parent 315fafe commit b5c2842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Add executed notebook" -a
git fetch --unshallow
- name: Push notebooks
if: matrix.platform == 'ubuntu-latest' && matrix.python-version == '3.10'
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit b5c2842

Please sign in to comment.