mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Fix missing dependency for 'prerelease-cython' job
This commit is contained in:
parent
c06ecf1bfb
commit
7ed6e800b6
3
.github/workflows/post-merge-tests.yml
vendored
3
.github/workflows/post-merge-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user