diff --git a/.github/workflows/build-multiarch.yaml b/.github/workflows/build-multiarch.yaml index b4beeaa4..f31c8555 100644 --- a/.github/workflows/build-multiarch.yaml +++ b/.github/workflows/build-multiarch.yaml @@ -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" \ No newline at end of file + 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" \ No newline at end of file