github workflow: add required whitespace in yml
This commit is contained in:
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
name: Prepare environment for wheel builds
|
name: Prepare environment for wheel builds
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
-name: Install make
|
- name: Install make
|
||||||
run: apt-get install make
|
run: apt-get install make
|
||||||
- name: Prepare files
|
- name: Prepare files
|
||||||
run: make setup
|
run: make setup
|
||||||
|
Reference in New Issue
Block a user