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
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
-name: Install make
|
||||
- name: Install make
|
||||
run: apt-get install make
|
||||
- name: Prepare files
|
||||
run: make setup
|
||||
|
Reference in New Issue
Block a user