@@ -22,17 +22,17 @@ jobs:
2222 runs-on : ubuntu-latest
2323 timeout-minutes : 30
2424 steps :
25- - uses : actions/checkout@v4
26- - name : Set up Python 3.13
27- uses : actions/setup-python@v5
25+ - uses : actions/checkout@v5
26+ - name : Set up Python 3.14
27+ uses : actions/setup-python@v6
2828 with :
29- python-version : " 3.13 "
29+ python-version : " 3.14 "
3030 - name : Install dependencies
3131 run : |
3232 python -m pip install poetry
3333 poetry self add poetry-plugin-export
3434 poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
35- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
35+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu || true
3636 python -m pip install -r requirements.txt
3737 python -m pip install .
3838 - name : Test with pytest
@@ -47,17 +47,17 @@ jobs:
4747 runs-on : ubuntu-latest
4848 timeout-minutes : 30
4949 steps :
50- - uses : actions/checkout@v4
51- - name : Set up Python 3.13
52- uses : actions/setup-python@v5
50+ - uses : actions/checkout@v5
51+ - name : Set up Python 3.14
52+ uses : actions/setup-python@v6
5353 with :
54- python-version : " 3.13 "
54+ python-version : " 3.14 "
5555 - name : Install dependencies
5656 run : |
5757 python -m pip install poetry
5858 poetry self add poetry-plugin-export
5959 poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
60- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
60+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu || true
6161 python -m pip install -r requirements.txt
6262 python -m pip install .
6363 - name : Test with pytest
@@ -72,11 +72,11 @@ jobs:
7272 runs-on : ubuntu-latest
7373 timeout-minutes : 30
7474 steps :
75- - uses : actions/checkout@v4
76- - name : Set up Python 3.13
77- uses : actions/setup-python@v5
75+ - uses : actions/checkout@v5
76+ - name : Set up Python 3.14
77+ uses : actions/setup-python@v6
7878 with :
79- python-version : " 3.13 "
79+ python-version : " 3.14 "
8080 - name : Install dependencies
8181 run : |
8282 python -m pip install poetry
@@ -96,17 +96,17 @@ jobs:
9696 runs-on : ubuntu-latest
9797 timeout-minutes : 30
9898 steps :
99- - uses : actions/checkout@v4
100- - name : Set up Python 3.13
101- uses : actions/setup-python@v5
99+ - uses : actions/checkout@v5
100+ - name : Set up Python 3.14
101+ uses : actions/setup-python@v6
102102 with :
103- python-version : " 3.13 "
103+ python-version : " 3.14 "
104104 - name : Install dependencies
105105 run : |
106106 python -m pip install poetry
107107 poetry self add poetry-plugin-export
108108 poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
109- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
109+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu || true
110110 python -m pip install -r requirements.txt
111111 python -m pip install .
112112 - name : Test with pytest
@@ -121,22 +121,22 @@ jobs:
121121 runs-on : ubuntu-latest
122122 timeout-minutes : 30
123123 steps :
124- - uses : actions/checkout@v4
125- - name : Set up Python 3.13
126- uses : actions/setup-python@v5
124+ - uses : actions/checkout@v5
125+ - name : Set up Python 3.14
126+ uses : actions/setup-python@v6
127127 with :
128- python-version : " 3.13 "
128+ python-version : " 3.14 "
129129 - name : Install dependencies
130130 run : |
131131 python -m pip install poetry
132132 poetry self add poetry-plugin-export
133133 poetry export -f requirements.txt --with dev -o requirements.txt --all-extras
134- python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
134+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu || true
135135 python -m pip install -r requirements.txt
136136 python -m pip install .
137137 - name : Test with pytest
138138 env :
139- SIMVUE_URL : ${{ secrets.SIMVUE_URL }}
139+ SIMVUE_URL : " ${{ secrets.SIMVUE_URL }}"
140140 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
141141 run : >-
142142 python -m pytest -x
@@ -146,11 +146,11 @@ jobs:
146146 runs-on : ubuntu-latest
147147 timeout-minutes : 30
148148 steps :
149- - uses : actions/checkout@v4
150- - name : Set up Python 3.13
151- uses : actions/setup-python@v5
149+ - uses : actions/checkout@v5
150+ - name : Set up Python 3.14
151+ uses : actions/setup-python@v6
152152 with :
153- python-version : " 3.13 "
153+ python-version : " 3.14 "
154154 - name : Install dependencies
155155 run : |
156156 python -m pip install poetry
@@ -170,11 +170,11 @@ jobs:
170170 runs-on : ubuntu-latest
171171 timeout-minutes : 30
172172 steps :
173- - uses : actions/checkout@v4
174- - name : Set up Python 3.13
175- uses : actions/setup-python@v5
173+ - uses : actions/checkout@v5
174+ - name : Set up Python 3.14
175+ uses : actions/setup-python@v6
176176 with :
177- python-version : " 3.13 "
177+ python-version : " 3.14 "
178178 - name : Install dependencies
179179 run : |
180180 python -m pip install poetry
@@ -194,11 +194,11 @@ jobs:
194194 runs-on : ubuntu-latest
195195 timeout-minutes : 30
196196 steps :
197- - uses : actions/checkout@v4
198- - name : Set up Python 3.13
199- uses : actions/setup-python@v5
197+ - uses : actions/checkout@v5
198+ - name : Set up Python 3.14
199+ uses : actions/setup-python@v6
200200 with :
201- python-version : " 3.13 "
201+ python-version : " 3.14 "
202202 - name : Install dependencies
203203 run : |
204204 python -m pip install poetry
@@ -218,11 +218,11 @@ jobs:
218218 runs-on : ubuntu-latest
219219 timeout-minutes : 30
220220 steps :
221- - uses : actions/checkout@v4
222- - name : Set up Python 3.13
223- uses : actions/setup-python@v5
221+ - uses : actions/checkout@v5
222+ - name : Set up Python 3.14
223+ uses : actions/setup-python@v6
224224 with :
225- python-version : " 3.13 "
225+ python-version : " 3.14 "
226226 - name : Install dependencies
227227 run : |
228228 python -m pip install poetry
0 commit comments