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