diff --git a/.github/workflows/cookiecutter-test.yml b/.github/workflows/cookiecutter-test.yml index 13ccb82..216a5be 100644 --- a/.github/workflows/cookiecutter-test.yml +++ b/.github/workflows/cookiecutter-test.yml @@ -71,7 +71,7 @@ jobs: - name: Append version to config run: | - echo ' 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