We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8324137 commit e82b1f5Copy full SHA for e82b1f5
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
# Coverage setup
72
- os: ubuntu-latest
73
python-version: "3.10"
74
- env: { COVERAGE: true }
+ env: { COVERAGE: true, STATIC_DEPS: true }
75
extra_hash: "-coverage"
76
allowed_failure: true # shouldn't fail but currently does...
77
0 commit comments