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 46d6a6d commit 1364c5fCopy full SHA for 1364c5f
.circleci/config.yml
@@ -20,9 +20,7 @@ jobs:
20
- run: sudo apt install -y texlive-latex-base texlive-latex-extra
21
- run: pip3 install -U pytest pytest-cov excode --user
22
- checkout
23
- - run:
24
- command: excode README.md test/zzz_readme_test.py --filter python,test
25
- working_directory: work/
+ - run: excode README.md test/zzz_readme_test.py --filter python,test
26
- run: pip3 install -r test_requirements.txt --user
27
- run: pip3 install .[all] --user
28
- run: pip3 check
0 commit comments