Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Nov 28, 2024
1 parent 05b7fbd commit ab5549c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/built-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
script: 'tests.py --${{ matrix.test }}'
report: 'true'
coverage: 'true'
setup-python: {{ matrix.os != 'self-hosted' }}
setup-python: ${{ matrix.os != 'self-hosted' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ab5549c

Please sign in to comment.