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: on:
- workflow_dispatch - workflow_dispatch
env:
PIP_BREAK_SYSTEM_PACKAGES: "1"
jobs: jobs:
build-sdist: build-sdist:

View File

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