fix(repo): added required deps to apt install command
Some checks failed
Pylint / Pylint (push) Failing after 1m1s

This commit is contained in:
Seaswimmer 2023-09-24 07:58:16 -04:00
parent e644ca59fa
commit d47239d717
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -10,10 +10,10 @@ jobs:
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.COASTALCOMMITSTOKEN}}
- name: Install Python 3.11
- name: Set up Python 3.11
run: |
add-apt-repository ppa:deadsnakes/ppa
apt install -y python3.11
apt install -y python3.11 gcc python3-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip