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

0 comments on commit f2e8745

Please sign in to comment.