From e207e5e75ca3f7cbd6dd37d09581d62df31ecf65 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 a007f3ab765..7898fd57b3b 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