fix(ci): fix constantly failing CI #450
@ -59,7 +59,9 @@ jobs:
|
||||
restore-keys: venv-${{ hashFiles('poetry.lock') }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
run: |
|
||||
source $HOME/.profile
|
||||
poetry install
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user