We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614af8e commit e96e8dcCopy full SHA for e96e8dc
.github/workflows/python-test.yml
@@ -20,6 +20,7 @@ jobs:
20
# This case we are only updating pip, but you could add other dependencies needed.
21
run: |
22
python -m pip install --upgrade pip
23
+ pip install pytest
24
- name: Test with pytest
25
26
pytest
0 commit comments