Skip to content

Commit

Permalink
asdF
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Oct 25, 2024
1 parent 49ca684 commit a0f4097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
A: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
run: |
for item in "${A[@]}"; do
for item in $A.include; do
python_version=$(echo "$item" | jq -r '.python_version')
echo "Python version: $python_version"
done
Expand Down

0 comments on commit a0f4097

Please sign in to comment.