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 85e10ab commit 2fb76c6Copy full SHA for 2fb76c6
.github/workflows/code-counter-CI.yml
@@ -18,4 +18,6 @@ jobs:
18
python-version: ${{ matrix.python-version }}
19
- name: Test with pytest
20
run: |
21
+ python -m pip install --upgrade pip
22
+ pip install pytest
23
pytest
0 commit comments