We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa427d3 commit 48c0470Copy full SHA for 48c0470
.github/workflows/test.yaml
@@ -32,5 +32,6 @@ jobs:
32
with:
33
python-version: ${{ matrix.python-version }}
34
- run: |
35
+ pip install -e .
36
pip install pytest
37
pytest
0 commit comments