From 7c5dfa926a62e3c84dbf9cb7e19af081fa888a1b Mon Sep 17 00:00:00 2001 From: Bryan Weber Date: Fri, 16 Jul 2021 18:57:20 -0400 Subject: [PATCH] [CI] Relax setuptools requirement on Windows --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a007f3ab76..7898fd57b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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