Skip to content

Commit fb288af

Browse files
committed
Fix CI
1 parent 143f20d commit fb288af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
container: python:${{ matrix.python-version }}
3535
strategy:
3636
matrix:
37-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
37+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-rc"]
3838
# 3.5 is broken due to SSL issues? Todo.
3939
steps:
4040
- uses: actions/checkout@v4
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Install dependencies
153153
run: |
154-
pip3 install -r ./.github/workflows/ci_test_requirements.txt
154+
pip3 install --break-system-packages -r ./.github/workflows/ci_test_requirements.txt
155155
156156
- name: Run tests (Python 3)
157157
run: |

0 commit comments

Comments
 (0)