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 19027b7 commit d47a4fd
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 @@ -34,7 +34,7 @@ jobs:
steps:
- name: one
env:
A: ${{ fromJSON(needs.generate-matrix.includes) }}
A: ${{ fromJSON(needs.generate-matrix.outputs) }}
run: echo $A
# build:
# if: ${{ needs.generate-matrix.outputs.python_version != '3.9' }}
Expand Down

0 comments on commit d47a4fd

Please sign in to comment.