Skip to content

Commit c5f807d

Browse files
committed
remove pythontex build in CI
pythontex 0.17-dev is installed in johnnychen94/juliabook now
1 parent 2ebe810 commit c5f807d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ before_script:
1212
- cd lexer &&
1313
python3 setup.py install &&
1414
cd ..
15-
# update pythontex to 0.17-dev
16-
- git clone https://github.com/gpoore/pythontex.git &&
17-
cd pythontex/pythontex &&
18-
echo 1 | python3 pythontex_install.py &&
19-
cd ../..
2015
# install julia dependency
2116
- julia install_pkgs.jl REQUIRE
2217

0 commit comments

Comments
 (0)