Преглед на файлове

comment the change to python version in workflows for release

Jeremy G. Siek преди 1 година
родител
ревизия
dc161a9328
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -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