Skip to content

Commit

Permalink
ci: work around the envionment breaking guard
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Oct 15, 2024
1 parent a805acf commit e83754a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build packages
on:
- workflow_dispatch

env:
PIP_BREAK_SYSTEM_PACKAGES: "1"

jobs:
build-sdist:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests

env:
PIP_BREAK_SYSTEM_PACKAGES: "1"

on:
push:
pull_request:
Expand Down

0 comments on commit e83754a

Please sign in to comment.