We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d7581 commit 8306e39Copy full SHA for 8306e39
1 file changed
.github/workflows/check_domains.yml
@@ -64,10 +64,9 @@ jobs:
64
- name: Set up Python
65
uses: actions/setup-python@v6
66
with:
67
- python-version: "3.x"
68
- - uses: astral-sh/setup-uv@v7
+ python-version: "3.14"
69
- name: Install dependencies
70
- run: uv pip install --system requests
+ run: python -m pip install requests
71
- name: Check domain redirections
72
shell: python
73
run: |
0 commit comments