Skip to content

Commit 877388f

Browse files
committed
Add requirements.txt
1 parent 9b56837 commit 877388f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.13'
2828
cache: 'pip'
2929

30-
- run: pip install pytest requests
30+
- run: pip install -r tests/requirements.txt
3131
- run: pytest -v tests/
3232

3333
- name: Log in to the Container registry

tests/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest
2+
requests

0 commit comments

Comments
 (0)