Skip to content

Commit

Permalink
Update ci.yaml (ultralytics#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Sep 21, 2022
1 parent c0c050e commit 2504b01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
python -m pip install --upgrade pip wheel
pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cpu
# pip install ultralytics (production)
# python setup.py install (deprecated)
python -m pip install .
pip install .
- name: Check environment
run: |
echo "RUNNER_OS is ${{ runner.os }}"
Expand Down

0 comments on commit 2504b01

Please sign in to comment.