fix(ci): fix constantly failing CI #450
@ -27,12 +27,6 @@ jobs:
|
|||||||
format: sonarqube
|
format: sonarqube
|
||||||
no-fail: true
|
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
|
- name: Ensure pipx is in PATH
|
||||||
run: |
|
run: |
|
||||||
pipx ensurepath
|
pipx ensurepath
|
||||||
@ -52,6 +46,12 @@ jobs:
|
|||||||
poetry config virtualenvs.create true --local
|
poetry config virtualenvs.create true --local
|
||||||
poetry config virtualenvs.in-project 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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
source $HOME/.profile
|
source $HOME/.profile
|
||||||
|
Loading…
Reference in New Issue
Block a user