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 2d028bb commit 4714638
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_linux_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,14 @@ jobs:
with open(github_output_file, "w") as handle:
handle.write(f"matrix={json.dumps(new_dict)}")
with open(github_output_file, "r") as handle:
print(handle.read())
check-output:
needs: filter-python-versions
runs-on: ubuntu-latest
steps:
- name: asdf
shell: python
env:
A: ${{ needs.filter-python-versions.outputs.matrix }}
A: ${{ needs.filter-python-versions.outputs }}
run: |
print("hello")
build:
Expand Down

0 comments on commit 4714638

Please sign in to comment.