We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c128c18 commit 5845a2dCopy full SHA for 5845a2d
.github/workflows/test-python-2.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
test:
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
9
strategy:
10
matrix:
11
include:
@@ -16,6 +16,11 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
+
20
+ - name: Install Python2 interpreter
21
+ run: |
22
+ sudo apt-get update
23
+ sudo apt-get install -y python2
24
25
- name: Install python dependencies
26
run: |
0 commit comments