From 0b961eef37ac653912a48153126b9ea988e041e5 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sat, 3 Aug 2024 21:09:38 -0600 Subject: [PATCH] push --- .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 1a74bb4..9ce7511 100644 --- a/.github/workflows/build-multiarch.yaml +++ b/.github/workflows/build-multiarch.yaml @@ -92,4 +92,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 thermo and not numba" \ No newline at end of file