Skip to content

Commit e82b1f5

Browse files
committed
CI: Build the coverage job with STATIC_DEPS=true to make it independent of the system libraries.
1 parent 8324137 commit e82b1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Coverage setup
7272
- os: ubuntu-latest
7373
python-version: "3.10"
74-
env: { COVERAGE: true }
74+
env: { COVERAGE: true, STATIC_DEPS: true }
7575
extra_hash: "-coverage"
7676
allowed_failure: true # shouldn't fail but currently does...
7777
- os: ubuntu-latest

0 commit comments

Comments
 (0)