Skip to content

Commit

Permalink
fix(workflow): change installation method to use setup.py in build co…
Browse files Browse the repository at this point in the history
…nfiguration
  • Loading branch information
kshitijrajsharma committed Jan 8, 2025
1 parent c176c2f commit 40dda8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --extra-index-url https://download.pytorch.org/whl/cu113 ultralytics==8.3.26

- name: Install fair utilities
run: pip install -e .
run: python setup.py install

- name: Run test ramp
run: |
Expand Down

0 comments on commit 40dda8e

Please sign in to comment.