mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update ci
This commit is contained in:
parent
4de2853201
commit
4cfab94254
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -31,7 +31,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Install pipenv
|
- 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
|
- name: Install required libs
|
||||||
run: pipenv install --system --sequential --ignore-pipfile --dev
|
run: pipenv install --system --sequential --ignore-pipfile --dev
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user