Skip to content

Commit

Permalink
installin with coolprops
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Apr 21, 2024
1 parent 1daa740 commit 4b76789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .
python -c 'import neutronics_material_maker'
python -m pip install .[tests]
python -m pip install .[density,tests]
- name: run pytest
run: python -m pytest -v tests

0 comments on commit 4b76789

Please sign in to comment.