Update ci.yaml (#21)
This commit is contained in:
parent
abbd177a78
commit
7a2e5fdfa3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue