Skip to content

Commit 1758aac

Browse files
committed
🐛 make tests running
1 parent ce8ec0f commit 1758aac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on: [push]
44

55
jobs:
66
build:
7-
8-
runs-on: ubuntu-latest
7+
name: ${{ matrix.os }} / ${{ matrix.python_version }}
8+
runs-on: ${{matrix.os}}-latest
99
strategy:
10-
max-parallel: 4
1110
matrix:
11+
os: [Ubuntu]
1212
python-version: ["3.9.16"]
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v2.1.1
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)