Skip to content

Commit

Permalink
Added pypy-dev to CI as an requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 6, 2024
1 parent 549a16c commit 03894b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt -y install pypy-dev
sudo apt -y install libzbar0
pip install -r tests/requirements.txt
pip install flake8
Expand Down

0 comments on commit 03894b5

Please sign in to comment.