Skip to content

Commit 8490ca9

Browse files
committed
Disable CI unit tests for MacOS Python 3.7
CI seems to provide broken installation. Temporary workaround for quantumlib#6147
1 parent d236276 commit 8490ca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ jobs:
269269
name: Pytest MacOS
270270
strategy:
271271
matrix:
272-
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
272+
# TODO(#6147) - restore 3.7 after upstream fix in actions/runner-images
273+
python-version: [ '3.8', '3.9', '3.10' ]
273274
runs-on: macos-12
274275
steps:
275276
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)