Skip to content

Commit

Permalink
remove test wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Sep 19, 2023
1 parent 2b52ec2 commit c2e4168
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
env:
RUSTFLAGS: -Ctarget-cpu=apple-m1

- name: Install and test built wheel - x86_64
if: ${{ matrix.compile_arch == 'x86_64' }}
run: |
pip install -r requirements-dev.txt dist/${{ env.PACKAGE_NAME }}-*x86_64*.whl --force-reinstall
rm -rf daft
pytest -v
# - name: Install and test built wheel - x86_64
# if: ${{ matrix.compile_arch == 'x86_64' }}
# run: |
# pip install -r requirements-dev.txt dist/${{ env.PACKAGE_NAME }}-*x86_64*.whl --force-reinstall
# rm -r daft
# pytest -v

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c2e4168

Please sign in to comment.