Skip to content

Commit cae66b0

Browse files
committed
Try to generate UNIFAC database
1 parent 8db5274 commit cae66b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-multiarch.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,7 @@ jobs:
9191
python3 -m pip install wheel --break-system-packages
9292
pip3 install -r requirements_test_multiarch.txt --break-system-packages
9393
fi
94+
pip3 install .
95+
python3 dev/dump_UNIFAC_assignments_to_sqlite.py
96+
pip3 uninstall -y thermo
9497
python3 -m pytest . -v -m "not online and not sympy and not numba and not CoolProp and not fuzz and not deprecated and not slow"

0 commit comments

Comments
 (0)