Skip to content

Commit

Permalink
[CI] Use Ubuntu SCons package for some builds
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Apr 30, 2022
1 parent 6d81ae6 commit af2e991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Install Apt dependencies
run: |
sudo apt update
sudo apt install libboost-dev gfortran libopenmpi-dev
sudo apt install libboost-dev gfortran libopenmpi-dev scons
- name: Upgrade pip
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
run: python3 -m pip install ruamel.yaml scons numpy cython h5py pandas pytest
run: python3 -m pip install ruamel.yaml numpy cython h5py pandas pytest
pytest-github-actions-annotate-failures
- name: Build Cantera
run: python3 `which scons` build env_vars=all -j2 debug=n --debug=time
Expand Down

0 comments on commit af2e991

Please sign in to comment.