misc(actions): removed useless package from set up python step
Some checks failed
Pylint / Pylint (push) Failing after 1m6s
Some checks failed
Pylint / Pylint (push) Failing after 1m6s
This commit is contained in:
parent
47e8c41220
commit
d2ea1d3204
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Set up Python 3.11
|
||||
run: |
|
||||
add-apt-repository ppa:deadsnakes/ppa
|
||||
apt install -y python3.11 gcc python3.11-dev python3.11-venv python3-dev
|
||||
apt install -y python3.11 gcc python3.11-dev python3.11-venv
|
||||
- name: Install Poetry
|
||||
run: curl -sSL https://url.seaswimmer.cc/poetry | python3.11 -
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue