install pip

This commit is contained in:
Peter Bieringer
2026-02-13 21:58:36 +01:00
parent 0c368d1fe1
commit 34181b03d9

View File

@@ -30,18 +30,19 @@ jobs:
- name: Fix checkout and upload-artifact
run: |
apk add nodejs npm
mkdir -p /__e/node24_alpine/bin
ln -sf $(which node) /__e/node24_alpine/bin/node
ln -sf $(which npm) /__e/node24_alpine/bin/npm
ln -sf $(which npx) /__e/node24_alpine/bin/npx
mkdir -p /__e/node20_alpine/bin
ln -sf $(which node) /__e/node20_alpine/bin/node
ln -sf $(which npm) /__e/node20_alpine/bin/npm
ln -sf $(which npx) /__e/node20_alpine/bin/npx
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Python pip
run: |
apk add py3-pip
- name: Install Test dependencies
run: pip install tox
- name: Test with newest Python on latest Ubuntu (32-bit)