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 e313901 commit d94057eCopy full SHA for d94057e
.github/workflows/test.yml
@@ -30,6 +30,4 @@ jobs:
30
- name: Install dependencies
31
run: pip install . && pip install pytest
32
- name: Run tests
33
- run: |
34
- make test
35
- cd examples/projects && bash regress.sh --notool
+ run: make test
Makefile
@@ -14,6 +14,7 @@ lint:
14
15
test:
16
pytest
17
+ cd examples/projects && bash regress.sh --notool
18
19
clean:
20
py3clean .
0 commit comments