mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-23 11:02:43 +03:00
Install python 3.8 on ubuntu 18.04.
This commit is contained in:
parent
8e8b080407
commit
585de14b70
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user