Skip to content

Commit 711f452

Browse files
committed
lint on python 3.9
1 parent fa15873 commit 711f452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-python@v2
99
with:
10-
python-version: '3.6'
10+
python-version: '3.9'
1111
- name: Install requirements
1212
run: pip install flake8 pycodestyle
1313
- name: Check syntax
@@ -66,4 +66,4 @@ jobs:
6666
paster --plugin=ckan db init -c test.ini
6767
paster --plugin=ckanext-qa qa init -c test.ini
6868
- name: Run tests
69-
run: pytest --ckan-ini=test.ini --cov=ckanext.qa --disable-warnings ckanext/qa/tests
69+
run: pytest --ckan-ini=test.ini --cov=ckanext.qa --disable-warnings ckanext/qa/tests

0 commit comments

Comments
 (0)