Skip to content

Commit

Permalink
Install setuptools on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 26, 2023
1 parent 117618b commit e6d7f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Print build system information
run: python3 .github/workflows/system-info.py

- name: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
run: python3 -m pip install wheel pytest pytest-cov pytest-timeout defusedxml
- name: python3 -m pip install setuptools wheel pytest pytest-cov pytest-timeout defusedxml
run: python3 -m pip install setuptools wheel pytest pytest-cov pytest-timeout defusedxml

- name: Install dependencies
id: install
Expand Down

0 comments on commit e6d7f1f

Please sign in to comment.