From df3ef48080e3f2d4191e94b8e298c8087b4b0496 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..69983da6 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_xrf_detector_display.py