Skip to content

Commit

Permalink
quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Nov 20, 2023
1 parent 0a10e43 commit 03fec88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cookiecutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PROJECT_DIR: "project_name"
IMPORT_NAME: "project_name"
ENTRYPOINT_NAME: "project-name"
PYTHON_VERSION: "3.9"
# PYTHON_VERSION: "3.9"
MAMBA_ROOT_PREFIX: "~/micromamba"
CONDARC_SOURCE: |
notify_outdated_conda: false
Expand Down 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 03fec88

Please sign in to comment.