Restore dev-requirements.txt
This commit is contained in:
parent
e223d3c71e
commit
f63b879b18
|
@ -50,6 +50,7 @@ jobs:
|
|||
- name: Install requirements
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install -r dev-requirements.txt
|
||||
pip install -e .
|
||||
# Replace default path to CKAN core config file with the one on the container
|
||||
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pytest-ckan
|
Loading…
Reference in New Issue