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 d57c236 commit bc2d57eCopy full SHA for bc2d57e
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
21
- name: Install dependencies
22
- run: pip install requests ruff
+ run: pip install -r ./requirements.txt
23
24
- name: Run script
25
run: ./fetch_python_docs.py --systemd
requirements.txt
@@ -0,0 +1,3 @@
1
+send2trash
2
+requests
3
+ruff
0 commit comments