We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6563f1 commit f198e79Copy full SHA for f198e79
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: actions/checkout@v2
50
- name: Install requirements
51
run: |
52
- pip install -r pip-requirements.txt
+ pip install -r requirements.txt
53
pip install -r dev-requirements.txt
54
pip install -e .
55
# Replace default path to CKAN core config file with the one on the container
@@ -65,4 +65,4 @@ jobs:
65
paster --plugin=ckan db init -c test.ini
66
paster --plugin=ckanext-archiver archiver init -c test.ini
67
- name: Run tests
68
- run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings tests
+ run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings tests
0 commit comments