We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4454e73 commit 90dbda0Copy full SHA for 90dbda0
.github/workflows/build.yml
@@ -39,19 +39,14 @@ jobs:
39
build-linux-legacy:
40
runs-on: ubuntu-latest
41
container:
42
- image: ubuntu:20.04
+ image: python:3.11-bullseye
43
if: ${{ !endsWith(github.ref_name, '-legacy') }}
44
steps:
45
- name: Install system deps
46
run: |
47
apt-get update
48
- apt-get install -y git zip lsb-release ca-certificates
+ apt-get install -y git zip
49
- uses: actions/checkout@v4
50
- - uses: actions/setup-python@v5
51
- with:
52
- python-version: "3.11"
53
- cache: "pip"
54
- cache-dependency-path: "requirements.txt"
55
- name: Install deps
56
57
python -m pip install --upgrade pip setuptools wheel
0 commit comments