Skip to content

Commit 2c673ea

Browse files
YOU54Fsergeyklay
authored andcommitted
ci: skip 3.6 python arm64 failing in cirrus, passing locally with cirrus run
1 parent 7aff538 commit 2c673ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BUILD_TEST_TASK_TEMPLATE: &BUILD_TEST_TASK_TEMPLATE
1313
linux_arm64_task:
1414
env:
1515
matrix:
16-
- IMAGE: python:3.6-slim
16+
# - IMAGE: python:3.6-slim # This works locally, with cirrus run, but fails in CI
1717
- IMAGE: python:3.7-slim
1818
- IMAGE: python:3.8-slim
1919
- IMAGE: python:3.9-slim
@@ -31,7 +31,7 @@ macosx_arm64_task:
3131
env:
3232
PATH: ${HOME}/.pyenv/shims:${PATH}
3333
matrix:
34-
# - PYTHON: 3.6 # This works locally, with cirrus run, but fails in CI
34+
- PYTHON: 3.6
3535
- PYTHON: 3.7
3636
- PYTHON: 3.8
3737
- PYTHON: 3.9

0 commit comments

Comments
 (0)