Skip to content

Commit

Permalink
this is so dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
joecummings committed Oct 25, 2024
1 parent 0e7af34 commit 62582e1
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 @@ -40,7 +40,7 @@ jobs:
# - test
env:
PYTHON_VERSION: ${{ env.python_version }}
if: env.PYTHON_VERSION != '3.9'
if: ${{ env.PYTHON_VERSION }} != '3.9'
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
strategy:
Expand Down

0 comments on commit 62582e1

Please sign in to comment.