From 6b069489393893d9c45520e832a7306a28c15a8c Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 13 Feb 2026 21:31:18 +0100 Subject: [PATCH] bugfix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23eff739..a3002798 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)