mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-21 16:36:34 +03:00
ci: work around the envionment breaking guard
This commit is contained in:
parent
a805acf59f
commit
e83754a414
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
|
@ -3,6 +3,8 @@ name: Build packages
|
|||
on:
|
||||
- workflow_dispatch
|
||||
|
||||
env:
|
||||
PIP_BREAK_SYSTEM_PACKAGES: "1"
|
||||
|
||||
jobs:
|
||||
build-sdist:
|
||||
|
|
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Tests
|
||||
|
||||
env:
|
||||
PIP_BREAK_SYSTEM_PACKAGES: "1"
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue
Block a user