We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf02c3 commit 6dd86bdCopy full SHA for 6dd86bd
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install pytest requests
+ pip install pytest requests unittest
27
- name: Test with pytest
28
29
pytest
0 commit comments