chore: use python3 instead of python

This commit is contained in:
Jose Diaz-Gonzalez
2024-09-21 06:18:32 -04:00
parent ce1c7543d2
commit 9110e2c365
6 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ jobs:
- name: set matrix for build
id: set-matrix
run: |
json=$(python .github/commands/matrix)
json=$(python3 .github/commands/matrix)
echo $json
echo "matrix=$json" >> $GITHUB_OUTPUT