mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
update ci
This commit is contained in:
@@ -31,7 +31,9 @@ jobs:
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install pipenv
|
||||
run: pip install pipenv
|
||||
run: pip install pipenv --upgrade
|
||||
- name: Upgrde pip, setuptools and wheel
|
||||
run: pip install --upgrade pip setuptools wheel
|
||||
- name: Install required libs
|
||||
run: pipenv install --system --sequential --ignore-pipfile --dev
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user