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
ac83ae37fd
commit
31b1f01a2a
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user