This commit is contained in:
Peter Bieringer
2026-02-13 21:31:18 +01:00
parent 6a2a262bb2
commit 6b06948939

View File

@@ -28,8 +28,8 @@ jobs:
- 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
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)