fix(actions): trying poetry again
Some checks failed
Pylint / Pylint (push) Failing after 37s

This commit is contained in:
Seaswimmer 2023-09-24 12:33:06 -04:00
parent 56ecfea2f2
commit a942ae517b
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -15,12 +15,8 @@ jobs:
add-apt-repository ppa:deadsnakes/ppa
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 -
source $HOME/.poetry/env
run: curl -sSL https://install.python-poetry.org | python3.11 -
- name: Install dependencies
run: |
poetry install --with dev
run: poetry install --with dev
- name: Analysing the code with Pylint
run: |
poetry run pylint $(git ls-files '*.py')
run: poetry run pylint $(git ls-files '*.py')