Remove ArchLinux from CI (#1776)

Since it breaks every now and then. This should be reverted when we start to install deps in a virtualenv
This commit is contained in:
Disconnect3d 2023-07-04 00:11:28 +02:00 committed by GitHub
parent 8d0ccbc3eb
commit 0db1eeadca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ jobs:
strategy:
fail-fast: false
matrix:
images: [ubuntu18.04, ubuntu20.04, ubuntu22.04, debian10, debian11, archlinux]
# archlinux is removed for now until we use virtualenv for deps install
images: [ubuntu18.04, ubuntu20.04, ubuntu22.04, debian10, debian11]
runs-on: ubuntu-latest
timeout-minutes: 30