From e935f3d350ba28e34cb911145a197eb0c2937988 Mon Sep 17 00:00:00 2001 From: Mark Wolfman Date: Tue, 14 Nov 2023 08:43:28 -0600 Subject: [PATCH] Another attempt to fix the CI seg faults. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4404bc4f..06a0e163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,4 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest - run: pytest --timeout=120 + run: pytest --timeout=120 src/firefly/tests/test_ophyd_connection.py src/firefly/tests/test_queue_button.py src/firefly/tests/test_queue_client.py src/firefly/tests/test_run_browser.py src/firefly/tests/test_tiled_server.py src/firefly/tests/test_voltmeters.py src/firefly/tests/test_xafs_scan.py