We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db5274 commit cae66b0Copy full SHA for cae66b0
.github/workflows/build-multiarch.yaml
@@ -91,4 +91,7 @@ jobs:
91
python3 -m pip install wheel --break-system-packages
92
pip3 install -r requirements_test_multiarch.txt --break-system-packages
93
fi
94
+ pip3 install .
95
+ python3 dev/dump_UNIFAC_assignments_to_sqlite.py
96
+ pip3 uninstall -y thermo
97
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