mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 14:44:12 +00:00
actually install poetry w/ burnettk jbirddog
This commit is contained in:
parent
a1deaca23d
commit
41a8afe681
9
.github/workflows/backend_tests.yml
vendored
9
.github/workflows/backend_tests.yml
vendored
@ -160,7 +160,9 @@ jobs:
|
|||||||
path: "./log/*.log"
|
path: "./log/*.log"
|
||||||
|
|
||||||
run_pre_commit_checks:
|
run_pre_commit_checks:
|
||||||
runs-on: ubuntu-latest
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: .
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.0.2
|
uses: actions/checkout@v3.0.2
|
||||||
@ -172,16 +174,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
working-directory: .
|
|
||||||
run: |
|
run: |
|
||||||
pipx install
|
pipx install poetry
|
||||||
poetry --version
|
poetry --version
|
||||||
- name: Poetry Install
|
- name: Poetry Install
|
||||||
run: poetry install
|
run: poetry install
|
||||||
working-directory: .
|
|
||||||
- name: run_pre_commit
|
- name: run_pre_commit
|
||||||
run: ./bin/run_pre_commit_in_ci
|
run: ./bin/run_pre_commit_in_ci
|
||||||
working-directory: .
|
|
||||||
|
|
||||||
check_docker_start_script:
|
check_docker_start_script:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user