From 711f4524e3e278c076dfdabbc205ee7a42d10631 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Thu, 1 Aug 2024 16:19:24 +0300 Subject: [PATCH] lint on python 3.9 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d0fffe4..9f7790f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.9' - name: Install requirements run: pip install flake8 pycodestyle - name: Check syntax @@ -66,4 +66,4 @@ jobs: paster --plugin=ckan db init -c test.ini paster --plugin=ckanext-qa qa init -c test.ini - name: Run tests - run: pytest --ckan-ini=test.ini --cov=ckanext.qa --disable-warnings ckanext/qa/tests \ No newline at end of file + run: pytest --ckan-ini=test.ini --cov=ckanext.qa --disable-warnings ckanext/qa/tests