Skip to content

Commit

Permalink
fix(ci): 20.04 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Oct 2, 2024
1 parent d73d3c6 commit 9709b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
include:
- adjective: focal
- os: ubuntu-22.04
Expand All @@ -71,6 +71,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y libapt-pkg-dev intltool fuse-overlayfs python3-apt
sudo apt install -y curl findutils gcc git pkg-config
- name: Install general python dependencies
run: |
pip install python-apt@https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.0.1ubuntu0.20.04.1/python-apt_2.0.1ubuntu0.20.04.1.tar.xz
Expand Down

0 comments on commit 9709b20

Please sign in to comment.