misc(actions): changed poetry installer url
Some checks failed
Pylint / Pylint (push) Failing after 1m7s
Some checks failed
Pylint / Pylint (push) Failing after 1m7s
This commit is contained in:
parent
383ca66efe
commit
47e8c41220
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
add-apt-repository ppa:deadsnakes/ppa
|
||||
apt install -y python3.11 gcc python3.11-dev python3.11-venv python3-dev
|
||||
- name: Install Poetry
|
||||
run: curl -sSL https://install.python-poetry.org | python3.11 -
|
||||
run: curl -sSL https://url.seaswimmer.cc/poetry | python3.11 -
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue