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 c5f4208 commit fcbf487Copy full SHA for fcbf487
1 file changed
.github/workflows/test.yaml
@@ -60,6 +60,10 @@ jobs:
60
python -m pip install --upgrade pip
61
pip install attrs==24.2.0 iniconfig==2.0.0 packaging==24.1 pluggy==1.5.0 py==1.11.0 pyperf==2.4.1 pytest==7.1.2 PyYAML==6.0 tomli==2.0.1
62
63
+ - name: Install package
64
+ run: |
65
+ pip install .
66
+
67
- name: Run tests
68
run: |
69
pytest test/ --junitxml=junit-python311.xml --maxfail=1 --verbose
0 commit comments