correct workflow yaml errors
This commit is contained in:
parent
5cb8bdd8c7
commit
0cd552d590
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue