Skip to content

Commit

Permalink
CI: Build the coverage job with STATIC_DEPS=true to make it independe…
Browse files Browse the repository at this point in the history
…nt of the system libraries.
  • Loading branch information
scoder committed Dec 21, 2023
1 parent 8324137 commit e82b1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Coverage setup
- os: ubuntu-latest
python-version: "3.10"
env: { COVERAGE: true }
env: { COVERAGE: true, STATIC_DEPS: true }
extra_hash: "-coverage"
allowed_failure: true # shouldn't fail but currently does...
- os: ubuntu-latest
Expand Down

0 comments on commit e82b1f5

Please sign in to comment.