From 05916e1c8e4cd1b0b2d896bfd64aab702cac91e1 Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 18:14:19 -0800 Subject: [PATCH] rm newline? --- .github/workflows/cookiecutter-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cookiecutter-test.yml b/.github/workflows/cookiecutter-test.yml index 03d6b7e..1fd63d3 100644 --- a/.github/workflows/cookiecutter-test.yml +++ b/.github/workflows/cookiecutter-test.yml @@ -72,7 +72,7 @@ jobs: - name: Append version to config run: | - echo '\n python_version: "${{ matrix.python_version }}" ' >> tests/${{ matrix.config_file }} + echo ' python_version: "${{ matrix.python_version }}" ' >> tests/${{ matrix.config_file }} cat tests/${{ matrix.config_file }} - name: Use the cookiecutter