Skip to content

Commit

Permalink
lint on python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Aug 1, 2024
1 parent fa15873 commit 711f452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
run: pytest --ckan-ini=test.ini --cov=ckanext.qa --disable-warnings ckanext/qa/tests

0 comments on commit 711f452

Please sign in to comment.