Skip to content

Commit 2fb76c6

Browse files
authored
Update code-counter-CI.yml
1 parent 85e10ab commit 2fb76c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-counter-CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Test with pytest
2020
run: |
21+
python -m pip install --upgrade pip
22+
pip install pytest
2123
pytest

0 commit comments

Comments
 (0)