Add environment variable to build job for package management

This commit is contained in:
CodeDevMLH
2026-01-02 19:37:45 +01:00
parent f8e30efe66
commit 0cda35f636

View File

@@ -19,6 +19,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
PIP_BREAK_SYSTEM_PACKAGES: "1"
steps:
- name: Checkout Repository
uses: actions/checkout@v6