mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
pip install warcprox
This commit is contained in:
parent
4aadff5fc8
commit
8dce6a9f0a
1
.github/workflows/lint_python.yml
vendored
1
.github/workflows/lint_python.yml
vendored
@ -14,6 +14,7 @@ jobs:
|
||||
- run: isort --profile black . || true
|
||||
- run: pip install -r requirements.txt || true
|
||||
- run: pip install -e .
|
||||
- run: pip install git+https://github.com/internetarchive/warcprox.git#egg=warcprox
|
||||
- run: pytest . || true
|
||||
- run: pytest --doctest-modules . || true
|
||||
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user