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 e8eb49b commit 19a96ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Matrix
id: matrix
run: |
matrix='{"python": ["3.12"]}'
matrix='{"python": ["3.12"], "driver": ["rolling"]}'
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
integration-tests:
Expand Down

0 comments on commit 19a96ed

Please sign in to comment.