Skip to content

Commit

Permalink
[CHORE] Install wheel together with requirements in release build (#1111
Browse files Browse the repository at this point in the history
)

This should fix failing build:
https://github.com/Eventual-Inc/Daft/actions/runs/5408646720

Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Jun 29, 2023
1 parent 8a2fe87 commit 5316b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
- name: Install and test built wheel - x86_64
if: ${{ matrix.compile_arch == 'x86_64' }}
run: |
pip install -r requirements-dev.txt
pip install dist/${{ env.PACKAGE_NAME }}-*x86_64*.whl --force-reinstall
pip install -r requirements-dev.txt dist/${{ env.PACKAGE_NAME }}-*x86_64*.whl --force-reinstall
rm -rf daft
pytest -v
Expand Down

0 comments on commit 5316b4b

Please sign in to comment.