fix(actions): hello??
Some checks failed
Pylint / Pylint (push) Failing after 46s

This commit is contained in:
Seaswimmer 2023-09-24 08:44:49 -04:00
parent 9349118189
commit 438133f89b
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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-dev
apt install -y python3.11 gcc python3.11-dev python3.11-venv
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3.11 -
- name: Install dependencies