More pipeline fixes

This commit is contained in:
Florian Bach
2025-04-13 19:00:23 +02:00
committed by GitHub
parent 6840238c32
commit e2879553f0
+3 -3
View File
@@ -40,8 +40,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install python requirements
run: |
pip2 --no-python-version-warning install https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip
pip2 --no-python-version-warning install -r ./.github/workflows/ci_test_requirements.txt
pip --no-python-version-warning install https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip
pip --no-python-version-warning install -r ./.github/workflows/ci_test_requirements.txt
- name: Run tests
run: |
@@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt update && apt install -y python3 python3-pip python2
apt update && apt install -y curl python3 python3-pip python2
pip3 install -r ./.github/workflows/ci_test_requirements.txt
# Install Python2 stuff
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py