actually install poetry w/ burnettk jbirddog
This commit is contained in:
parent
f579ce0b04
commit
a7f0051bb6
|
@ -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…
Reference in New Issue