From 4b767898dc092a1e34db02901efdf97becc3934f Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Sun, 21 Apr 2024 22:07:57 +0100 Subject: [PATCH] installin with coolprops --- .github/workflows/ci_with_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_with_install.yml b/.github/workflows/ci_with_install.yml index d32c493..eeed405 100644 --- a/.github/workflows/ci_with_install.yml +++ b/.github/workflows/ci_with_install.yml @@ -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