fix(pylint): updated poetry installer link
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 56s

This commit is contained in:
Seaswimmer 2023-10-20 16:18:14 -04:00
parent d98f631bed
commit 466441265f
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: curl -sSL https://url.seaswimmer.cc/poetry | python${{ matrix.python-version }} -
run: curl -sSL https://cdn.seaswimmer.cc/go/poetry | python${{ matrix.python-version }} -
- name: Install dependencies
run: |
export PATH="$HOME/.local/bin:$PATH"