Try ubuntu-22.04

This commit is contained in:
Lee Miller 2024-02-27 18:51:14 +02:00
parent b7685597dd
commit 65b594a51e
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 9 additions and 15 deletions

View File

@ -3,11 +3,8 @@ on: [push]
jobs:
focal-like:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Introspection
run: |
uname -a
- name: Install dependencies
run: |
apt-get update
@ -25,17 +22,14 @@ jobs:
jammy-like:
runs-on: ubuntu-latest
steps:
- name: Introspection
run: |
uname -a
- name: Install dependencies
run: |
apt-get update
# apt-get install -yq --no-install-suggests --no-install-recommends \
# python3-dev python3-pip python3-venv python-is-python3
# pip install setuptools wheel
# pip install --upgrade pip tox virtualenv
# - name: Check out repository code
# uses: actions/checkout@v3
# - name: Run tests
# run: tox
apt-get install -yq --no-install-suggests --no-install-recommends \
python3-dev python3-pip python3-venv python-is-python3
pip install setuptools wheel
pip install --upgrade pip tox virtualenv
- name: Check out repository code
uses: actions/checkout@v3
- name: Run tests
run: tox