that comment handles the >- yaml string type badly

This commit is contained in:
Jean-Paul Calderone 2022-01-27 14:01:40 -05:00
parent 013e1810e4
commit 78c4b98b08

View File

@ -455,9 +455,9 @@ jobs:
steps:
- "checkout"
- "run":
# The Nix package doesn't know how to do this part, unfortunately.
name: "Generation version"
command: >-
# The Nix package doesn't know how to do this part, unfortunately.
nix-shell .circleci/python.nix
--argstr pkgsVersion "$NIXPKGS"
--run 'python setup.py update_version'