Skip to content

Commit 58902d7

Browse files
committed
fix test_requirements
1 parent c0d241a commit 58902d7

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
@@ -20,11 +20,11 @@ jobs:
2020
# <https://stackoverflow.com/a/44333806/353337>
2121
- run: DEBIAN_FRONTEND=noninteractive apt install tzdata
2222
- run: apt install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk python3-scipy
23-
- run: pip3 install -r test_requirements.txt
2423
- run: pip3 install -U pytest pytest-cov excode
2524
- checkout
2625
- run: cd ~/work
2726
- run: excode README.md test/zzz_readme_test.py --filter python,test
27+
- run: pip3 install -r test_requirements.txt
2828
- run: pip3 install .[all]
2929
- run: pip3 check
3030
# The actual test

0 commit comments

Comments
 (0)