correct workflow yaml errors

This commit is contained in:
andreas 2024-10-11 15:52:28 +02:00
parent 5cb8bdd8c7
commit 0cd552d590
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
PIP_BREAK_SYSTEM_PACKAGES:1
PIP_BREAK_SYSTEM_PACKAGES: 1
steps:
- uses: actions/checkout@v2
with:

View File

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
env:
PIP_BREAK_SYSTEM_PACKAGES:1
PIP_BREAK_SYSTEM_PACKAGES: 1
# Steps represent a sequence of tasks that will be executed as part of the job
steps: