Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lyu committed Aug 31, 2023
2 parents 701745e + f3cd2f9 commit 8e50b51
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ jobs:
collection-mathscience
collection-pictures
collection-latexextra
# upload tmp.zip if fails
- name: upload tmp.zip
if: failure()
uses: actions/upload-artifact@v3
with:
path: notebook.tex
# - name: Update TeX Live
# run: tlmgr update --self --all --reinstall-forcibly-removed
Expand Down Expand Up @@ -123,6 +117,14 @@ jobs:
run: |
# sed 's/:/\n/g' <<< "$PATH" # show path
pytest
# upload tmp.zip if fails
- name: upload failed notebook.tex
if: failure()
uses: actions/upload-artifact@v3
with:
path: notebook.tex

- name: Upload pdf
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8e50b51

Please sign in to comment.