Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 20, 2024
1 parent c2e39ea commit 1ff2ad7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,17 @@ jobs:
filename: ${{ needs.build_and_push.outputs.wheel }}
internal: $INTERNAL
dst: dist_s3
- name: Install Wheel
run:
pip install dist_s3/*.whl
- name: Checkout code
uses: actions/checkout@v3
- name: Test Wheel
if: ${{ env.DEV == 'true' }}
run:
pip install dist_s3/*.whl
make test
- name: Test Wheel, Extensive
if: ${{ env.DEV != 'true' }}
run:
make test TARGETS=full

0 comments on commit 1ff2ad7

Please sign in to comment.