Skip to content

Commit

Permalink
fix requirements (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Jul 18, 2024
1 parent 78fddfb commit af99f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ jobs:

- name: Install wheel
shell: bash
run: pip install dist/*.whl parameterized uvicorn -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
run: |
pip install bitblas parameterized uvicorn -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
pip install dist/*.whl
- name: Check platform
shell: bash
Expand Down

0 comments on commit af99f18

Please sign in to comment.