We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa15873 commit 711f452Copy full SHA for 711f452
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-python@v2
9
with:
10
- python-version: '3.6'
+ python-version: '3.9'
11
- name: Install requirements
12
run: pip install flake8 pycodestyle
13
- name: Check syntax
@@ -66,4 +66,4 @@ jobs:
66
paster --plugin=ckan db init -c test.ini
67
paster --plugin=ckanext-qa qa init -c test.ini
68
- name: Run tests
69
- 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 commit comments