ci: work around the envionment breaking guard

This commit is contained in:
Daniele Varrazzo 2024-10-15 13:49:08 +02:00
parent a805acf59f
commit e83754a414
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Build packages
on:
- workflow_dispatch
env:
PIP_BREAK_SYSTEM_PACKAGES: "1"
jobs:
build-sdist:

View File

@ -1,5 +1,8 @@
name: Tests
env:
PIP_BREAK_SYSTEM_PACKAGES: "1"
on:
push:
pull_request: