diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 050f76f..c373801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52b2fd4..2aeae17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: