Skip to content

Commit

Permalink
Fix proxy test not being enabld
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebusm committed Dec 18, 2024
1 parent 45cd64c commit 906b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
- os: 0
include:
- ${{fromJSON(inputs.matrix)[0]}} # The items after 0 are for tests only
if: github.event.inputs.os == 'linux' && inputs.job_type == 'build-python-wheels'
if: fromJSON(inputs.matrix).os == 'linux' && inputs.job_type == 'build-python-wheels'
with:
python3: ${{inputs.python3}}
wheel: wheel-${{needs.compile.outputs.cibw_build}}
Expand Down

0 comments on commit 906b7c9

Please sign in to comment.