Skip to content

Commit f198e79

Browse files
committed
Fix requirement filename
1 parent a6563f1 commit f198e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v2
5050
- name: Install requirements
5151
run: |
52-
pip install -r pip-requirements.txt
52+
pip install -r requirements.txt
5353
pip install -r dev-requirements.txt
5454
pip install -e .
5555
# Replace default path to CKAN core config file with the one on the container
@@ -65,4 +65,4 @@ jobs:
6565
paster --plugin=ckan db init -c test.ini
6666
paster --plugin=ckanext-archiver archiver init -c test.ini
6767
- name: Run tests
68-
run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings tests
68+
run: pytest --ckan-ini=test.ini --cov=ckanext.archiver --disable-warnings tests

0 commit comments

Comments
 (0)