fix(actions): install python 3.10-dev
Some checks failed
Pylint / Pylint (push) Failing after 49s

This commit is contained in:
Seaswimmer 2023-09-24 12:18:21 -04:00
parent 438133f89b
commit d7cd7d7123
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 - name: Set up Python 3.11
run: | run: |
add-apt-repository ppa:deadsnakes/ppa add-apt-repository ppa:deadsnakes/ppa
apt install -y python3.11 gcc python3.11-dev python3.11-venv apt install -y python3.11 gcc python3.11-dev python3.11-venv python3-dev
- name: Install Poetry - name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3.11 - run: curl -sSL https://install.python-poetry.org | python3.11 -
- name: Install dependencies - name: Install dependencies