We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4bdf commit 74fe140Copy full SHA for 74fe140
1 file changed
.github/workflows/python-test.yml
@@ -23,6 +23,10 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
26
+ - name: Install pytest
27
+ run: |
28
+ pip install pytest
29
+
30
- name: Run tests
31
run: |
32
pytest
0 commit comments