We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce3e60 commit 2a3337aCopy full SHA for 2a3337a
1 file changed
.github/workflows/ci.yml
@@ -244,13 +244,13 @@ jobs:
244
- name: Set up Python
245
uses: actions/setup-python@v2
246
with:
247
- python-version: 3.5
+ python-version: 3.6
248
249
- name: virtualenv cache
250
uses: syphar/restore-virtualenv@v1.1
251
252
- name: Use lowest dependencies versions
253
- run: pip install asyncpg==0.18 SQLAlchemy==1.3
+ run: pip install asyncpg==0.18 SQLAlchemy==1.3 pytest
254
255
- name: pytest
256
env:
0 commit comments