Skip to content

Commit b40f87f

Browse files
authored
ci(GHA): syntax fix
1 parent 406d38b commit b40f87f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# os: ['ubuntu', 'windows', 'macos']
2121
os: ['ubuntu']
2222
env:
23-
PYTHON: "${{ join(matrix.python, '.') }}" # e.g. '3.11'
24-
TOX_ENV: "${{ format('{0}{1}', 'py', join(matrix.python, '')) }}" # e.g. 'py311'
25-
runs-on: "${{ format('{0}-latest', matrix.os) }}"
26-
name: '"Test py-${{ join(matrix.python, \'.\') }} (${{ matrix.os }})"'
23+
PYTHON: ${{ join(matrix.python, '.') }} # e.g. '3.11'
24+
TOX_ENV: ${{ format('{0}{1}', 'py', join(matrix.python, '')) }} # e.g. 'py311'
25+
runs-on: ${{ format('{0}-latest', matrix.os) }}
26+
name: "Test py-${{ join(matrix.python, '.') }} (${{ matrix.os }})"
2727
steps:
2828

2929
- name: Checking out the repo

0 commit comments

Comments
 (0)