Skip to content

Commit 27711d4

Browse files
committed
Maybe fix circle CI
1 parent 6953285 commit 27711d4

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.circleci/config.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ jobs:
88
steps:
99
- checkout
1010

11-
- run:
12-
name: Install TeX
13-
command: |
14-
sudo apt update
15-
sudo apt install -y \
16-
dvipng \
17-
latexmk \
18-
texlive-latex-extra \
19-
texlive-fonts-extra \
20-
texlive-extra-utils
21-
2211
- restore_cache:
2312
keys:
2413
- pip-cache-v1
@@ -40,12 +29,8 @@ jobs:
4029
command: |
4130
# NOTE: bad interaction w/ blas multithreading on circleci
4231
export OMP_NUM_THREADS=1
43-
make pdf
4432
make html # FIX: check that failing examples produce failure
45-
cp \
46-
ScientificPythonLectures.pdf \
47-
ScientificPythonLectures-simple.pdf \
48-
build/html/_downloads/
33+
cp build/html/_downloads/
4934
5035
- store_artifacts:
5136
path: build/html

0 commit comments

Comments
 (0)