Fix typos

This commit is contained in:
pdelboca 2022-05-30 11:59:02 +02:00
parent 97448b4887
commit 589890ef74
2 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ jobs:
pip install -r dev-requirements.txt
ckan -c test.ini db init
ckan -c test.ini db upgrade -p googleanalytics
- name: Setup extension (CKAN >= 2.9)
if: ${{ matrix.ckan-version != '2.7' && matrix.ckan-version != '2.8' }}
- name: Setup extension (CKAN == 2.9)
if: ${{ matrix.ckan-version == '2.9' }}
run: |
pip install -r dev-requirements-2.9.txt
ckan -c test.ini db init

View File

@ -1,2 +1,2 @@
pytest-ckan
pytestfactoryboy
pytest-factoryboy