Skip to content

Commit 8306e39

Browse files
authored
Remove uv setup warnings from domain check workflow (#297)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
1 parent 38d7581 commit 8306e39

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/check_domains.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ jobs:
6464
- name: Set up Python
6565
uses: actions/setup-python@v6
6666
with:
67-
python-version: "3.x"
68-
- uses: astral-sh/setup-uv@v7
67+
python-version: "3.14"
6968
- name: Install dependencies
70-
run: uv pip install --system requests
69+
run: python -m pip install requests
7170
- name: Check domain redirections
7271
shell: python
7372
run: |

0 commit comments

Comments
 (0)