We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008a96d commit 1b84638Copy full SHA for 1b84638
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ jobs:
22
with:
23
python-version: "${{ matrix.python-version }}"
24
- name: Install example requirements
25
- run: pip install -r examples/requirements.txt
+ run: pip install -e ".[test,examples]"
26
- name: Run CI tests
27
- run: bash test.sh
28
- shell: bash
+ run: pytest -n auto tests/
0 commit comments