Skip to content

Commit 2842e80

Browse files
committed
39 is actually required to get the right packages.
1 parent eb337f6 commit 2842e80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
python:
39-
- "3.10"
39+
- 3.9
4040
platform:
4141
- windows-latest
4242
runs-on: ${{ matrix.platform }}
@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
platform: x86_64
4949
packages: >-
50-
python${{ matrix.python }},
51-
python${{ matrix.python }}-devel,
52-
python${{ matrix.python }}-pytest,
50+
python${{ matrix.python//.// }},
51+
python${{ matrix.python//.// }}-devel,
52+
python${{ matrix.python//.// }}-pytest,
5353
gcc-core,
5454
gcc-g++,
5555
ncompress

0 commit comments

Comments
 (0)