Skip to content

Commit

Permalink
add pint dependency to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hallaali committed May 3, 2021
1 parent d919ac6 commit 3733d21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
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
pytest-github-actions-annotate-failures
pytest-github-actions-annotate-failures pint
- name: Build Cantera
run: python3 `which scons` build env_vars=all -j2 debug=n --debug=time
- name: Test Cantera
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: python3 -m pip install -U pip 'setuptools>=47.0.0,<48' wheel
- name: Install Python dependencies
run: python3 -m pip install ruamel.yaml scons numpy cython h5py pandas pytest
pytest-github-actions-annotate-failures
pytest-github-actions-annotate-failures pint
- name: Build Cantera
run: python3 `which scons` build env_vars=all -j3 debug=n --debug=time
- name: Test Cantera
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
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
pytest-github-actions-annotate-failures
pytest-github-actions-annotate-failures pint
- name: Build Cantera
run: |
python3 `which scons` build blas_lapack_libs=lapack,blas coverage=y \
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- 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 matplotlib scipy
run: python3 -m pip install ruamel.yaml scons numpy cython h5py pandas matplotlib scipy pint
- name: Build Cantera
run: python3 `which scons` build -j2 debug=n
- name: Run the examples
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
shell: bash -l {0}
run: |
conda install -q sundials=${{ matrix.sundials-ver }} scons numpy ruamel_yaml \
cython libboost fmt eigen yaml-cpp h5py pandas
cython libboost fmt eigen yaml-cpp h5py pandas pint
- name: Build Cantera
run: |
scons build extra_inc_dirs=$CONDA_PREFIX/include:$CONDA_PREFIX/include/eigen3 \
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
run: python3 -m pip install -U pip setuptools wheel
- name: Install Python dependencies
run: |
python3 -m pip install ruamel.yaml scons numpy h5py pandas;
python3 -m pip install ruamel.yaml scons numpy h5py pandas pint;
python3 -m pip install https://github.com/cython/cython/archive/master.zip --install-option='--no-cython-compile';
- name: Build Cantera
run: python3 `which scons` build blas_lapack_libs=lapack,blas python_package='full' -j2 debug=n
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install -U pip 'setuptools>=47.0.0,<48'
python -m pip install scons pypiwin32 numpy ruamel.yaml cython h5py pandas pytest pytest-github-actions-annotate-failures
python -m pip install scons pypiwin32 numpy ruamel.yaml cython h5py pandas pytest pytest-github-actions-annotate-failures pint
- name: Restore Boost cache
uses: actions/cache@v2
id: cache-boost
Expand Down

0 comments on commit 3733d21

Please sign in to comment.