Skip to content

Commit

Permalink
Depend only on build-asan and build-sdist to save time
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Aug 7, 2024
1 parent 4a7bfd1 commit d7bf01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
build-coverage:
runs-on: ubuntu-latest
needs: [ build-wheels, build-asan, build-sdist ]
needs: [ build-asan, build-sdist ]
container:
image: ghcr.io/chatnoir-eu/resiliparse-manylinux_2_28_x86_64:latest
env:
Expand Down

0 comments on commit d7bf01b

Please sign in to comment.