@@ -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: