[CI] Fix missing dependency for 'prerelease-cython' job

This commit is contained in:
Ray Speth 2023-05-09 09:29:45 -04:00 committed by Ingmar Schoegl
parent c06ecf1bfb
commit 7ed6e800b6

View File

@ -37,7 +37,8 @@ jobs:
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
run: |
python3 -m pip install ruamel.yaml scons numpy pandas h5py pytest pytest-github-actions-annotate-failures
python3 -m pip install ruamel.yaml scons numpy pandas h5py pytest pint \
pytest-github-actions-annotate-failures
python3 -m pip install --pre cython
- name: Build Cantera
run: python3 `which scons` build env_vars=all