Skip to content

Commit

Permalink
update if
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 20, 2024
1 parent 1f9c2c2 commit c2e39ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
internal: $INTERNAL
dst: dist_s3
- name: Test Wheel
if: $DEV
if: ${{ env.DEV == 'true' }}
run:
pip install dist_s3/*.whl
make test
Expand Down

0 comments on commit c2e39ea

Please sign in to comment.