Skip to content

Commit

Permalink
fixup! [CI] Run the Python examples using Bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Aug 2, 2020
1 parent d4937c4 commit ae1b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -q sundials=${{ matrix.sundials-ver}} scons numpy ruamel_yaml \
cython libboost fmt=6 eigen yaml-cpp h5py pandas
cython libboost fmt eigen yaml-cpp h5py pandas
- name: Build Cantera
run: |
scons build extra_inc_dirs=$CONDA_PREFIX/include:$CONDA_PREFIX/include/eigen3 \
Expand Down

0 comments on commit ae1b664

Please sign in to comment.