fix(ci): install Poetry before doing Python setup
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 43s
Some checks failed
CI w/ Poetry and Docker / ci (pull_request) Failing after 43s
This commit is contained in:
parent
c1f431bf8d
commit
8a66880eb4
@ -27,12 +27,6 @@ jobs:
|
||||
format: sonarqube
|
||||
no-fail: true
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||
cache: 'poetry'
|
||||
|
||||
- name: Ensure pipx is in PATH
|
||||
run: |
|
||||
pipx ensurepath
|
||||
@ -52,6 +46,12 @@ jobs:
|
||||
poetry config virtualenvs.create true --local
|
||||
poetry config virtualenvs.in-project true --local
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||
cache: 'poetry'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
source $HOME/.profile
|
||||
|
Loading…
Reference in New Issue
Block a user