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 13cc294 commit 70ade8eCopy full SHA for 70ade8e
.github/workflows/main.yml
@@ -15,14 +15,14 @@ env:
15
jobs:
16
python-checks:
17
name: minimaltest (pre-commit)
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v3
22
23
- name: Install dependencies
24
run: |
25
- #: Install Python 2.7 from Ubuntu 20.04 using apt-get install
+ #: Install Python 2.7 from Ubuntu 22.04 using apt-get install
26
sudo apt-get update && sudo apt-get install -y python2
27
curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
28
python2 get-pip.py
0 commit comments