From 50b11cb08bdabb5ac67056fb65e6db99178aca3f Mon Sep 17 00:00:00 2001 From: Jack Morris Date: Tue, 5 Mar 2024 10:39:54 -0500 Subject: [PATCH] disable tests while compute issues are resolved --- .github/workflows/run-pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index a43d9715..c172d0e2 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -52,5 +52,6 @@ jobs: swapon --show - name: Test with pytest run: | - pytest tests -v + echo "skipping tests!" + # pytest tests -v