Skip to content

Commit bc2d57e

Browse files
committed
Install dependencies in CI
1 parent d57c236 commit bc2d57e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020

2121
- name: Install dependencies
22-
run: pip install requests ruff
22+
run: pip install -r ./requirements.txt
2323

2424
- name: Run script
2525
run: ./fetch_python_docs.py --systemd

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
send2trash
2+
requests
3+
ruff

0 commit comments

Comments
 (0)