Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Aug 15, 2024
1 parent d9e5f73 commit e8eb49b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
- name: Matrix
id: matrix
run: |
if [[ -n "${{ inputs.runner_label }}" ]]; then
matrix='{"python": ["3.12"]}'
fi
matrix='{"python": ["3.12"]}'
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
integration-tests:
Expand Down

0 comments on commit e8eb49b

Please sign in to comment.