Skip to content

Commit

Permalink
[CI] Speed up coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Feb 19, 2021
1 parent a045740 commit 88ea0f3
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 @@ -101,15 +101,15 @@ jobs:
architecture: x64
- name: Install Apt dependencies
run: |
sudo apt-get install libboost-dev gfortran liblapack-dev libblas-dev
sudo apt-get install libboost-dev gfortran liblapack-dev libblas-dev libsundials-dev
- 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
- name: Build Cantera
run: |
python3 `which scons` build blas_lapack_libs=lapack,blas coverage=y \
optimize=n -j2
optimize=n no_optimize_flags=-DNDEBUG -j2
- name: Test Cantera
run: python3 `which scons` test
- name: Upload Coverage to Codecov
Expand Down

0 comments on commit 88ea0f3

Please sign in to comment.