mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
python 3.10.1 for CI
This commit is contained in:
parent
d3261477ec
commit
f8e1519653
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10.1
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.10.1
|
||||||
- name: Install pipenv
|
- name: Install pipenv
|
||||||
run: pip install pipenv --upgrade
|
run: pip install pipenv --upgrade
|
||||||
- name: Upgrde pip, setuptools and wheel
|
- name: Upgrde pip, setuptools and wheel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user