We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108f503 commit 10e1f2eCopy full SHA for 10e1f2e
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install build
20
+ pip install pytest
21
pip install .
22
- name: Run Test
23
env:
0 commit comments