From e3244829d23b08402c79ee6cbd37b06fc480e20a Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sun, 19 Nov 2023 18:27:09 -0800 Subject: [PATCH] index int --- .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 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