Skip to content

Commit

Permalink
Removed pypy3-dev from CI since it adds no value
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 7, 2024
1 parent 913b4c1 commit 43872af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down

0 comments on commit 43872af

Please sign in to comment.