From 78c4b98b086241b43b08d8e7e2c531c1e63133f6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 27 Jan 2022 14:01:40 -0500 Subject: [PATCH] that comment handles the >- yaml string type badly --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f76197bd7..01aa75e80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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'