Skip to content

Commit dc161a9

Browse files
committed
comment the change to python version in workflows for release
1 parent 13a93db commit dc161a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y biber latexmk lmodern texlive-bibtex-extra texlive-latex-extra texlive-science
1010
- name: Checkout
1111
uses: actions/checkout@v2
12-
- name: Change to python edition
13-
run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
12+
# - name: Change to python edition
13+
# run: sed -i 's|\\def\\edition{0}|\\def\\edition{1}|g' book.tex
1414
- name: Build PDF
1515
run: make
1616
- name: Release

0 commit comments

Comments
 (0)