YAML reformat (#7669)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-01-18 19:33:12 +01:00 committed by GitHub
parent d021524e85
commit 63e7db1dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 725 additions and 756 deletions

View file

@ -28,8 +28,8 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
python-version: "3.11"
cache: "pip" # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel build twine