Skip to content

Commit 6a0fd11

Browse files
authored
CI - skip Pytest Windows with Python 3.14 (#7846)
The test passes but is very slow with workflow duration increased from 10 to 27 minutes (extra time spent on building from sources). Related to #7832
1 parent f65e3e9 commit 6a0fd11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@ jobs:
290290
name: Pytest Windows
291291
strategy:
292292
matrix:
293-
python-version: ['3.11', '3.12', '3.13', '3.14']
293+
# TODO: #7832 - enable '3.14' once grpcio-tools, qiskit-aer, stim have binary wheels.
294+
# Installation from sources works, but with run duration increased from 6 to 27 minutes.
295+
python-version: ['3.11', '3.12', '3.13']
294296
runs-on: windows-2022-x64-8-core
295297
steps:
296298
- name: Check out source repository

0 commit comments

Comments
 (0)