Skip to content

Commit

Permalink
ci: skip 3.6 python arm64 failing in cirrus, passing locally with cir…
Browse files Browse the repository at this point in the history
…rus run
  • Loading branch information
YOU54F authored and sergeyklay committed May 3, 2023
1 parent 7aff538 commit 2c673ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BUILD_TEST_TASK_TEMPLATE: &BUILD_TEST_TASK_TEMPLATE
linux_arm64_task:
env:
matrix:
- IMAGE: python:3.6-slim
# - IMAGE: python:3.6-slim # This works locally, with cirrus run, but fails in CI
- IMAGE: python:3.7-slim
- IMAGE: python:3.8-slim
- IMAGE: python:3.9-slim
Expand All @@ -31,7 +31,7 @@ macosx_arm64_task:
env:
PATH: ${HOME}/.pyenv/shims:${PATH}
matrix:
# - PYTHON: 3.6 # This works locally, with cirrus run, but fails in CI
- PYTHON: 3.6
- PYTHON: 3.7
- PYTHON: 3.8
- PYTHON: 3.9
Expand Down

0 comments on commit 2c673ea

Please sign in to comment.