Skip to content

Commit

Permalink
Move test requirements to requirements.txt for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 13, 2024
1 parent 4288e26 commit 4cd1e83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install dependencies
run:
pip install brotlipy coverage pytest-cov codecov jinja2<3.0.0 itsdangerous<2.0.0
pip install -r requirements.txt

- name: Install warcio
run: python setup.py install
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
brotlipy
coverage
pytest-cov
codecov
jinja2<3.0.0
itsdangerous<2.0.0

0 comments on commit 4cd1e83

Please sign in to comment.