Skip to content

Commit

Permalink
Restrict test set
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 4, 2024
1 parent bf4ef18 commit 8db5274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
python3 -m pip install wheel --break-system-packages
pip3 install -r requirements_test_multiarch.txt --break-system-packages
fi
python3 -m pytest . -v -m "not online and not thermo and not numba"
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 8db5274

Please sign in to comment.