Skip to content

Commit 6d244db

Browse files
committed
install scipy for tests
1 parent 92fa454 commit 6d244db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: apt update
2020
# <https://stackoverflow.com/a/44333806/353337>
2121
- run: DEBIAN_FRONTEND=noninteractive apt install tzdata
22-
- run: apt install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk
22+
- run: apt install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk python3-scipy
2323
- run: pip3 install -U pytest pytest-cov excode
2424
- checkout
2525
- run: cd ~/work

0 commit comments

Comments
 (0)