Skip to content

Commit

Permalink
[GH Actions] Add pytest to remaining runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jan 14, 2022
1 parent 97f69b4 commit 5403f95
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 @@ -341,7 +341,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 pytest pytest-github-actions-annotate-failures
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

0 comments on commit 5403f95

Please sign in to comment.