From 589890ef74883fe6bd72d51a0ca7cb127c8d1067 Mon Sep 17 00:00:00 2001 From: pdelboca Date: Mon, 30 May 2022 11:59:02 +0200 Subject: [PATCH] Fix typos --- .github/workflows/test.yml | 4 ++-- dev-requirements-2.9.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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