Skip to content

Commit

Permalink
no quote, fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Nov 20, 2023
1 parent 2088401 commit 3741d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cookiecutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3741d5b

Please sign in to comment.