Skip to content

Commit

Permalink
Fix YAML template
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 2, 2024
1 parent 5538f65 commit 1e423ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- run: pipx install tox
- name: Run Tox
run: |
tox -e $(echo py${{ matrix.python-version }} | tr -d .)
tox -e $(echo py{{ '${{ matrix.python-version }}' }} | tr -d .)
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- run: pipx install tox
- name: Run Tox
run: |
tox -e $(echo py${{ matrix.python-version }} | tr -d .)
tox -e $(echo py{{ '${{ matrix.python-version }}' }} | tr -d .)
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- run: pipx install tox
- name: Run Tox
run: |
tox -e $(echo py${{ matrix.python-version }} | tr -d .)
tox -e $(echo py{{ '${{ matrix.python-version }}' }} | tr -d .)

0 comments on commit 1e423ac

Please sign in to comment.