Skip to content

Commit 574bc69

Browse files
committed
fixing fifth bug in ci.yml
1 parent 9ede280 commit 574bc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717

18-
python3.6:
18+
test_python_older:
1919
runs-on: ubuntu-20.04
2020
strategy:
2121
matrix:
@@ -49,7 +49,7 @@ jobs:
4949
files: coverage_${{ matrix.python-version }}.xml
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151

52-
python3.7+:
52+
test_python_newer:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:

0 commit comments

Comments
 (0)