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 e9a1e11 commit 19027b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_linux_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: one
run: echo ${{ fromJSON(needs.generate-matrix.includes) }}
env:
A: ${{ fromJSON(needs.generate-matrix.includes) }}
run: echo $A
# build:
# if: ${{ needs.generate-matrix.outputs.python_version != '3.9' }}
# needs: generate-matrix
Expand Down

0 comments on commit 19027b7

Please sign in to comment.