Skip to content

Commit

Permalink
chore: add requirements.txt file
Browse files Browse the repository at this point in the history
Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Oct 10, 2023
1 parent 48a1cd6 commit fd60665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: py-actions/flake8@v2
- name: Run pytest
run: |
python -m pip install pytest requests
python -m pip install -r requirements.txt
pytest
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest
requests

0 comments on commit fd60665

Please sign in to comment.