Skip to content

Commit

Permalink
fix reqirements on intel vm (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Sep 26, 2024
1 parent f402333 commit cffee9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ jobs:
ref: ${{ env.ref }}

- name: Install requirements
run: pip install -r requirements.txt -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
run: |
pip install -r requirements.txt -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
pip install twine -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
- name: Compile
timeout-minutes: 35
Expand Down

0 comments on commit cffee9a

Please sign in to comment.