Skip to content

Commit deb723b

Browse files
Merge pull request #87 from ioannistsanaktsidis/test-python2-ubuntu-22
gh-actions: run on 22
2 parents c128c18 + 5845a2d commit deb723b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-python-2.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
test:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
strategy:
1010
matrix:
1111
include:
@@ -16,6 +16,11 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19+
20+
- name: Install Python2 interpreter
21+
run: |
22+
sudo apt-get update
23+
sudo apt-get install -y python2
1924
2025
- name: Install python dependencies
2126
run: |

0 commit comments

Comments
 (0)