wip: install python 2.x [skip ci]

This commit is contained in:
Baptiste Augrain 2023-10-07 19:53:03 +02:00
parent 0851b9abd3
commit df298f9630

View file

@ -61,6 +61,11 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Setup Python 2
uses: actions/setup-python@v4
with:
python-version: '2.x'
- name: Setup Python 3
uses: actions/setup-python@v4
with: