fix(repo): added required deps to apt install command
Some checks failed
Pylint / Pylint (push) Failing after 1m1s
Some checks failed
Pylint / Pylint (push) Failing after 1m1s
This commit is contained in:
parent
e644ca59fa
commit
d47239d717
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ jobs:
|
||||||
uses: actions/checkout@v3.6.0
|
uses: actions/checkout@v3.6.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
token: ${{ secrets.COASTALCOMMITSTOKEN}}
|
||||||
- name: Install 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
|
apt install -y python3.11 gcc python3-dev
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
Loading…
Reference in a new issue