diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:15:09 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:15:09 -0500 |
| commit | 2842e802a42c7eb9fd8fc80336cb65f077dfd49c (patch) | |
| tree | 3869bacf9e014267c433b0142f36ed1853acfe58 /.github/workflows | |
| parent | eb337f6440da3d9aaedf6ba92674c283ca34e2e2 (diff) | |
| download | python-setuptools-git-2842e802a42c7eb9fd8fc80336cb65f077dfd49c.tar.gz | |
39 is actually required to get the right packages.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60d07948..dcd8b901 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: python: - - "3.10" + - 3.9 platform: - windows-latest runs-on: ${{ matrix.platform }} @@ -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 |
