We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6953285 commit 27711d4Copy full SHA for 27711d4
.circleci/config.yml
@@ -8,17 +8,6 @@ jobs:
8
steps:
9
- checkout
10
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
-
22
- restore_cache:
23
keys:
24
- pip-cache-v1
@@ -40,12 +29,8 @@ jobs:
40
29
command: |
41
30
# NOTE: bad interaction w/ blas multithreading on circleci
42
31
export OMP_NUM_THREADS=1
43
- make pdf
44
32
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/
49
34
50
35
- store_artifacts:
51
36
path: build/html
0 commit comments