Install python 3.8 on ubuntu 18.04.

This commit is contained in:
jcamiel 2022-09-14 11:08:23 +02:00 committed by Fabrice Reix
parent 8e8b080407
commit 585de14b70
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155

View File

@ -70,6 +70,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Environment
run: bin/environment.sh
- name: Install Prerequisites