Skip to content

Commit 2a3337a

Browse files
committed
fix workflow
1 parent 7ce3e60 commit 2a3337a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ jobs:
244244
- name: Set up Python
245245
uses: actions/setup-python@v2
246246
with:
247-
python-version: 3.5
247+
python-version: 3.6
248248

249249
- name: virtualenv cache
250250
uses: syphar/[email protected]
251251

252252
- name: Use lowest dependencies versions
253-
run: pip install asyncpg==0.18 SQLAlchemy==1.3
253+
run: pip install asyncpg==0.18 SQLAlchemy==1.3 pytest
254254

255255
- name: pytest
256256
env:

0 commit comments

Comments
 (0)