Skip to content

Commit e83754a

Browse files
committed
ci: work around the envionment breaking guard
1 parent a805acf commit e83754a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/packages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build packages
33
on:
44
- workflow_dispatch
55

6+
env:
7+
PIP_BREAK_SYSTEM_PACKAGES: "1"
68

79
jobs:
810
build-sdist:

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Tests
22

3+
env:
4+
PIP_BREAK_SYSTEM_PACKAGES: "1"
5+
36
on:
47
push:
58
pull_request:

0 commit comments

Comments
 (0)