We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2819b commit 686d558Copy full SHA for 686d558
.github/workflows/tests.yaml
@@ -19,6 +19,8 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install -e .[testing]
22
+ - name: Run tests
23
+ run: pytest
24
25
docs:
26
0 commit comments