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 c0d241a commit 58902d7Copy full SHA for 58902d7
.circleci/config.yml
@@ -20,11 +20,11 @@ jobs:
20
# <https://stackoverflow.com/a/44333806/353337>
21
- run: DEBIAN_FRONTEND=noninteractive apt install tzdata
22
- run: apt install -y texlive-latex-base texlive-latex-extra python3-pip python3-tk python3-scipy
23
- - run: pip3 install -r test_requirements.txt
24
- run: pip3 install -U pytest pytest-cov excode
25
- checkout
26
- run: cd ~/work
27
- run: excode README.md test/zzz_readme_test.py --filter python,test
+ - run: pip3 install -r test_requirements.txt
28
- run: pip3 install .[all]
29
- run: pip3 check
30
# The actual test
0 commit comments