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: