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 45856b94d3 - Show all commits

View File

@ -59,7 +59,9 @@ jobs:
restore-keys: venv-${{ hashFiles('poetry.lock') }} restore-keys: venv-${{ hashFiles('poetry.lock') }}
- name: Install dependencies - name: Install dependencies
run: poetry install run: |
source $HOME/.profile
poetry install
- name: Lint - name: Lint
run: | run: |