fix(pylint): updated poetry installer link
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 56s
All checks were successful
Pylint / Pylint (3.10) (push) Successful in 56s
This commit is contained in:
parent
d98f631bed
commit
466441265f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue