Skip to content

Commit

Permalink
[CI] Fix missing dependency for 'prerelease-cython' job
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed May 9, 2023
1 parent c06ecf1 commit 7ed6e80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/post-merge-tests.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7ed6e80

Please sign in to comment.