diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c0b363..79668cd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/dev-requirements-2.9.txt b/dev-requirements-2.9.txt index 72345ad..2fc9171 100644 --- a/dev-requirements-2.9.txt +++ b/dev-requirements-2.9.txt @@ -1,2 +1,2 @@ pytest-ckan -pytestfactoryboy \ No newline at end of file +pytest-factoryboy \ No newline at end of file