mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-08-16 04:23:58 -04:00
Fix CI
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
container: python:${{ matrix.python-version }}
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
|
||||
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-rc"]
|
||||
# 3.5 is broken due to SSL issues? Todo.
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -151,7 +151,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip3 install -r ./.github/workflows/ci_test_requirements.txt
|
||||
pip3 install --break-system-packages -r ./.github/workflows/ci_test_requirements.txt
|
||||
|
||||
- name: Run tests (Python 3)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user