[CI] Workaround for setuptools and ruamel.yaml.clib incompatibility

Fixes #924
This commit is contained in:
Ray Speth
2020-09-01 18:18:43 -04:00
parent 100711f6e7
commit 95387d31d9
+2 -2
View File
@@ -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: |