Skip to content

Commit

Permalink
Try to generate UNIFAC database
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 4, 2024
1 parent 8db5274 commit cae66b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ jobs:
python3 -m pip install wheel --break-system-packages
pip3 install -r requirements_test_multiarch.txt --break-system-packages
fi
pip3 install .
python3 dev/dump_UNIFAC_assignments_to_sqlite.py
pip3 uninstall -y thermo
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 comments on commit cae66b0

Please sign in to comment.