GHA/Windows/3.9-dev: Require setuptools 49.3.2+

This commit is contained in:
Hugo van Kemenade 2020-08-13 12:42:02 +03:00
parent 8784144855
commit 83dc02ae2c

View File

@ -63,6 +63,11 @@ jobs:
- name: pip install wheel pytest pytest-cov
run: python -m pip install wheel pytest pytest-cov
# TODO Remove when 3.9-dev includes setuptools 49.3.2+:
- name: Upgrade setuptools
if: "contains(matrix.python-version, '3.9-dev')"
run: python -m pip install -U "setuptools>=49.3.2"
- name: Prepare dependencies
run: |
7z x winbuild\depends\nasm-2.14.02-win64.zip "-o$env:RUNNER_WORKSPACE\"