fix(ci): fix constantly failing CI #450

Merged
luke merged 27 commits from fix-cicd into main 2025-01-02 18:05:16 +01:00
Showing only changes of commit 8a66880eb4 - Show all commits

View File

@ -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