Skip to content

Commit 1364c5f

Browse files
committed
circleci fix
Please enter the commit message for your changes. Lines starting
1 parent 46d6a6d commit 1364c5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
- run: sudo apt install -y texlive-latex-base texlive-latex-extra
2121
- run: pip3 install -U pytest pytest-cov excode --user
2222
- checkout
23-
- run:
24-
command: excode README.md test/zzz_readme_test.py --filter python,test
25-
working_directory: work/
23+
- run: excode README.md test/zzz_readme_test.py --filter python,test
2624
- run: pip3 install -r test_requirements.txt --user
2725
- run: pip3 install .[all] --user
2826
- run: pip3 check

0 commit comments

Comments
 (0)