Skip to content

Commit

Permalink
Overwrite default python version with current version in github CI ma…
Browse files Browse the repository at this point in the history
…trix prior to cookiecutter test.
  • Loading branch information
lfse-slafleur committed Jun 25, 2024
1 parent cb7672f commit e3ee2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_template_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Run cookiecutter
run: |
pip install cookiecutter
sed -i 's/"python_version": "3\.[0-9]*"/"python_version": "${{ matrix.python-version }}"/gi' cookiecutter.json
cookiecutter --no-input $GITHUB_SERVER_URL/$GITHUB_REPOSITORY -c $GITHUB_SHA
cd design_toolkit_application
Expand Down

0 comments on commit e3ee2c6

Please sign in to comment.