Skip to content

Commit

Permalink
39 is actually required to get the right packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 29, 2021
1 parent eb337f6 commit 2842e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
python:
- "3.10"
- 3.9
platform:
- windows-latest
runs-on: ${{ matrix.platform }}
Expand All @@ -47,9 +47,9 @@ jobs:
with:
platform: x86_64
packages: >-
python${{ matrix.python }},
python${{ matrix.python }}-devel,
python${{ matrix.python }}-pytest,
python${{ matrix.python//.// }},
python${{ matrix.python//.// }}-devel,
python${{ matrix.python//.// }}-pytest,
gcc-core,
gcc-g++,
ncompress
Expand Down

0 comments on commit 2842e80

Please sign in to comment.