Skip to content

Commit

Permalink
comment the change to python version in workflows for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Oct 29, 2023
1 parent 13a93db commit dc161a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
- name: Checkout
uses: actions/checkout@v2
- name: Change to python edition
run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
# - name: Change to python edition
# run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
- name: Build PDF
run: make
- name: Release
Expand Down

0 comments on commit dc161a9

Please sign in to comment.