From 8db5274ccb0ab739ccbc8050646d38ac651c4734 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sat, 3 Aug 2024 20:27:56 -0600 Subject: [PATCH] Restrict test set --- .github/workflows/build-multiarch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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