mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2025-01-15 03:41:15 +01:00
(Hopefully) fix CI
This commit is contained in:
parent
90c5538230
commit
70be9b1cbc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -91,6 +91,7 @@ jobs:
|
|||
id: pip-stuff
|
||||
continue-on-error: true
|
||||
run: |
|
||||
sudo apt update
|
||||
# Require oscrypto > 1.3.0 because all versions until 1.3.0 had no (or broken) OpenSSL 3 support.
|
||||
pip3 install "oscrypto>1.3.0"
|
||||
pip3 install -r ./.github/workflows/ci_test_requirements.txt
|
||||
|
@ -118,6 +119,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
# Require cryptography >= 3.1 because in 3.0 and below, the backend param in load_key_and_certificates was still required.
|
||||
# Installing a forked version of oscrypto to fix OpenSSL 3 issues
|
||||
pip3 install https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip
|
||||
|
|
Loading…
Reference in a new issue