Skip to content

Commit

Permalink
.github/workflows/windows.yml: upgrade setuptools for python 3.10/3.1…
Browse files Browse the repository at this point in the history
…1 plugin build

setuptools#1631
  • Loading branch information
WolframRhodium committed Sep 6, 2023
1 parent 871dec4 commit 12c0e84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ jobs:
py -3.12-${{ matrix.bits }} -m pip install . --no-deps -v
- name: Build Python 3.11 plugin
run: |
py -3.11-${{ matrix.bits }} -m pip install setuptools==65.6.1 -v
py -3.11-${{ matrix.bits }} -m pip install . --no-deps -v
- name: Build Python 3.10 plugin
run: |
py -3.10-${{ matrix.bits }} -m pip install setuptools==65.6.1 -v
py -3.10-${{ matrix.bits }} -m pip install . --no-deps -v
- name: Build Python 3.9 plugin
run: |
Expand Down

0 comments on commit 12c0e84

Please sign in to comment.