diff --git a/.github/workflows/cookiecutter-test.yml b/.github/workflows/cookiecutter-test.yml index 4be1fa9..bdc440b 100644 --- a/.github/workflows/cookiecutter-test.yml +++ b/.github/workflows/cookiecutter-test.yml @@ -87,7 +87,7 @@ jobs: - name: Append version to config run: | - echo ' python_version: "${{ matrix.python_version_index }}" ' >> tests/${{ matrix.config_file }} + echo ' python_version: ${{ matrix.python_version_index }}' >> tests/${{ matrix.config_file }} cat tests/${{ matrix.config_file }} - name: Use the cookiecutter