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 0f4674c commit cbd3240Copy full SHA for cbd3240
.github/workflows/python-trackerlist.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Install dependencies
25
run: |
26
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip --break-system-packages
27
pip install requests
28
29
- name: Run script to trackerslist
0 commit comments