From 43872af99e7963500e80dc3296cc5ea0f1cfa576 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 7 Feb 2024 09:51:33 +0100 Subject: [PATCH] Removed pypy3-dev from CI since it adds no value --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d97590f5..fcc86487 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - sudo apt -y install pypy3-dev sudo apt -y install libzbar0 pip install -r tests/requirements.txt pip install flake8 @@ -31,7 +30,7 @@ jobs: run: | pytest - name: Run lint tests - if: ${{ matrix.python-version == '3.11' }} + if: ${{ matrix.python-version == '3.12' }} run: | flake8 segno flake8 tests/