Skip to content

Commit

Permalink
Update cookiecutter/tap-template/{{cookiecutter.tap_id}}/.github/work…
Browse files Browse the repository at this point in the history
…flows/{% if cookiecutter.include_cicd_sample_template == 'GitHub' %}ci_workflow.yml{%endif%}

Co-authored-by: Will Da Silva <[email protected]>
  • Loading branch information
laurentS and WillDaSilva authored Mar 6, 2023
1 parent 52cf4ac commit c91468a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: {{ '${{secrets.GITHUB_TOKEN}}' }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c91468a

Please sign in to comment.