Skip to content

Commit

Permalink
[CI] Relax setuptools requirement on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Nov 24, 2021
1 parent 0079ee8 commit e207e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
architecture: x64
- name: Install Python dependencies
run: |
python -m pip install -U pip 'setuptools>=47.0.0,<48'
python -m pip install -U pip 'setuptools>=43.0.0'
python -m pip install scons pypiwin32 numpy ruamel.yaml cython h5py pandas pytest pytest-github-actions-annotate-failures
- name: Restore Boost cache
uses: actions/cache@v2
Expand Down

0 comments on commit e207e5e

Please sign in to comment.