From b60d75df34b4fff3ece3acfc6893e13ea4f530ea Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 1 Sep 2020 16:26:34 -0400 Subject: [PATCH] [CI] Workaround for incompatibile versions of setuptools and ruamel.clib Fixes #924 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18d06d4ec39..f99c1c0377e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: - name: Install Brew dependencies run: brew install boost libomp - name: Upgrade pip - run: python3 -m pip install -U pip setuptools wheel + run: python3 -m pip install -U pip 'setuptools>=47.0.0,<48' wheel - name: Install Python dependencies run: python3 -m pip install ruamel.yaml scons numpy cython h5py pandas - name: Build Cantera @@ -305,7 +305,7 @@ jobs: architecture: 'x64' - name: Install Python dependencies run: | - python -m pip install -U pip setuptools + python -m pip install -U pip 'setuptools>=47.0.0,<48' python -m pip install scons pypiwin32 numpy ruamel.yaml cython h5py pandas - name: Build Cantera run: |