mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-09-09 19:01:18 -04:00
More pipeline fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user