yaml syntax

This commit is contained in:
Jean-Paul Calderone 2023-08-07 10:43:58 -04:00
parent d369dc0f2c
commit e6e38128bc

View File

@ -135,14 +135,6 @@ workflows:
when: "<< pipeline.parameters.build-images >>"
jobs:
windows-server-2022:
executor: "windows"
steps:
- "checkout"
- "run":
<<: *INSTALL_TOX
codechecks:
docker:
- <<: *DOCKERHUB_AUTH
@ -161,6 +153,14 @@ jobs:
command: |
~/.local/bin/tox -e codechecks
windows-server-2022:
executor: "windows"
steps:
- "checkout"
- "run":
<<: *INSTALL_TOX
pyinstaller:
docker:
- <<: *DOCKERHUB_AUTH