From e2879553f02b1f898c2ab824b5e8ba62bb5cb4b3 Mon Sep 17 00:00:00 2001 From: Florian Bach Date: Sun, 13 Apr 2025 19:00:23 +0200 Subject: [PATCH] More pipeline fixes --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a7886a..b578629 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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