mirror of https://github.com/scrapy/scrapy.git
feat: implement delta-based test selection and benchmarking workflow
This commit is contained in:
parent
38cbf73cb5
commit
3cc4cda13f
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt || echo "docs/requirements install failed, continuing"; fi
|
||||
pip install --no-cache-dir pytest twisted deltatest-cli
|
||||
pip install -e .
|
||||
|
||||
- name: Run Affected Tests
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue