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 02d07fe commit 2f59f19Copy full SHA for 2f59f19
.github/workflows/python-trackerlist.yml
@@ -23,6 +23,7 @@ jobs:
23
24
- name: Install dependencies
25
run: |
26
+ python -m venv venv
27
source venv/bin/activate
28
pip install --upgrade pip
29
pip install requests
0 commit comments