Skip to content

Commit c8ba6d3

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
11+
python-version: [3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -17,7 +17,4 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Test with pytest
20-
run: |
21-
python -m pip install --upgrade pip
22-
pip install pytest
23-
pytest
20+
run: python -m unittest discover -s test -p "test.py"

0 commit comments

Comments
 (0)