update workflow
This commit is contained in:
parent
cbd0a18ade
commit
9603a90c26
@ -15,15 +15,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Python 3.9
|
- uses: ./.github/actions/setup_build_env
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
run-poetry-install: true
|
||||||
- name: Install dependencies
|
create-venv-at-path: .venv
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
- name: Check outdated backend dependencies
|
- name: Check outdated backend dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user