Skip to content

Commit 79382db

Browse files
committed
Run test for all pypy versions
1 parent 03ca72b commit 79382db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
tox-env: pypy310
2626
steps:
2727
- name: Install pypy cryptography dependencies
28-
if: ${{ matrix.python-version }} == "pypy3.10"
28+
if: startsWith(matrix.python-version, 'pypy')
2929
run: |
30-
sudo apt update && apt install -y build-essential cargo rustc pkg-config libffi-dev libssl-dev pypy3-dev
30+
sudo apt update && sudo apt install -y build-essential cargo rustc pkg-config libffi-dev libssl-dev pypy3-dev
3131
- uses: actions/checkout@v4
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)