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 c19783b commit bd8f55fCopy full SHA for bd8f55f
.github/workflows/ci.yml
@@ -22,4 +22,5 @@ jobs:
22
allow-prereleases: true
23
- run: pip install --upgrade pip
24
- run: pip install pytest --editable .
25
- - run: pytest
+ - run: pytest || true # No tests!
26
+ - run: tests/test.sh
0 commit comments