update python3 version

This commit is contained in:
Florian Bezannier
2022-03-29 21:19:52 +02:00
parent f436355424
commit 2f1aebb7bf
+2
View File
@@ -28,6 +28,8 @@ jobs:
- name: Install requirements
run: |
sudo apt-get update
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt-get install -y python3.7
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3.7 -
export PATH="${PATH}:${HOME}/.poetry/bin/"