Skip to content

Commit 89cb810

Browse files
committed
ci: fix configuration
1 parent 4d8c403 commit 89cb810

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ on:
1212
jobs:
1313
test:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
1616
strategy:
1717
fail-fast: false
1818
matrix:
19+
os: [ubuntu-latest]
1920
python-version:
2021
- "3.7"
2122
- "3.8"
@@ -30,7 +31,7 @@ jobs:
3031
- "pypy3.10"
3132
include:
3233
# Python 3.6 is not available on ubuntu-latest,
33-
# so use ubuntu-20.04:
34+
# so use ubuntu-20.04 for it:
3435
- python-version: "3.6"
3536
os: ubuntu-20.04
3637

0 commit comments

Comments
 (0)