From ad4cb71a795ca289e2b7435c7c87140e6e6dd4cc Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 18 Feb 2025 10:00:09 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 388a6f42..1da20778 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,7 +92,7 @@ jobs: with: python-version: '3.13' test_extras: tests - test_command: pytest --pyargs dkist -k "not test_fail" --remote-data=none + test_command: pytest --pyargs dkist -k "not test_fail" --remote-data=none --benchmark-skip # We have to work around a github runner bug here: https://github.com/actions/runner/issues/2788#issuecomment-2145922705 upload_to_pypi: ${{ startsWith(github.ref || format('{0}{1}', 'refs/tags/', github.event.release.tag_name), 'refs/tags/v') && !endsWith(github.ref || format('{0}{1}', 'refs/tags/', github.event.release.tag_name), '.dev') }} secrets: