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 a805acf commit e83754aCopy full SHA for e83754a
.github/workflows/packages.yml
@@ -3,6 +3,8 @@ name: Build packages
3
on:
4
- workflow_dispatch
5
6
+env:
7
+ PIP_BREAK_SYSTEM_PACKAGES: "1"
8
9
jobs:
10
build-sdist:
.github/workflows/tests.yml
@@ -1,5 +1,8 @@
1
name: Tests
2
+
push:
pull_request:
0 commit comments