mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Switch sundials runner to pytest
This commit is contained in:
committed by
Ray Speth
parent
c5d9cd2703
commit
33bbf543dd
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -268,7 +268,7 @@ jobs:
|
||||
# use boost-cpp rather than boost from conda-forge
|
||||
run: |
|
||||
conda install -q sundials=${{ matrix.sundials-ver }} scons numpy ruamel.yaml \
|
||||
cython boost-cpp fmt eigen yaml-cpp h5py pandas libgomp openblas
|
||||
cython boost-cpp fmt eigen yaml-cpp h5py pandas libgomp openblas pytest
|
||||
- name: Build Cantera
|
||||
run: |
|
||||
scons build extra_inc_dirs=$CONDA_PREFIX/include:$CONDA_PREFIX/include/eigen3 \
|
||||
|
||||
Reference in New Issue
Block a user