From e2ddca8961d7ce6bc73175bc1b93aedca5abce52 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 13 Feb 2026 21:37:29 +0100 Subject: [PATCH] 32bit try --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3002798..e0cfab55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,14 +22,10 @@ jobs: needs: [lint, test-ubuntu-python-newest] runs-on: ubuntu-latest container: - image: archlinux:latest + image: i386/ubuntu:latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - - name: Install Python dependencies - run: | - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - python get-pip.py - name: Install Test dependencies run: pip install tox - name: Test with newest Python on latest Ubuntu (32-bit)