Fix CI
This commit is contained in:
parent
143f20dc64
commit
fb288afb3a
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue