From df7c1fb4298432faee289a8121db3e66a2a07b0b Mon Sep 17 00:00:00 2001 From: aouinizied Date: Wed, 9 Mar 2022 12:31:54 +0100 Subject: [PATCH] Fix armhf CI. --- .github/workflows/build_test_publish_armhf.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_test_publish_armhf.yml b/.github/workflows/build_test_publish_armhf.yml index 946ed2f..59e9ad1 100644 --- a/.github/workflows/build_test_publish_armhf.yml +++ b/.github/workflows/build_test_publish_armhf.yml @@ -17,11 +17,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["python3.10", - "python3.9", - "python3.8", - "python3.7", - "python3.6"] + python-version: ["python3.9", + "python3.7"] steps: - uses: actions/checkout@v2