mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 13:34:23 +08:00
Update ci.yaml (#21)
This commit is contained in:
parent
abbd177a78
commit
7a2e5fdfa3
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…
x
Reference in New Issue
Block a user