Skip to content

Commit

Permalink
fix: ipynb execution.txt stacktrace writing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Apr 8, 2024
1 parent 475a3a2 commit 322a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bias-mitigation-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
chmod +x ipynb_execution.txt
# Execute the Jupyter notebook and save the output to a new notebook
jupyter nbconvert --to notebook --execute ${{ github.workspace }}/examples/${{ github.event.inputs.notebook }} --output ${{ github.workspace }}/automation/${{ github.event.inputs.name }} ipynb_execution.txt 2>&1 || true
jupyter nbconvert --to notebook --execute ${{ github.workspace }}/examples/${{ github.event.inputs.notebook }} --output ${{ github.workspace }}/automation/${{ github.event.inputs.name }} > ipynb_execution.txt 2>&1 || true
- name: 📄 Log ipynb execution stack trace
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 322a23c

Please sign in to comment.