We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ca72b commit 79382dbCopy full SHA for 79382db
.github/workflows/run-tests.yml
@@ -25,9 +25,9 @@ jobs:
25
tox-env: pypy310
26
steps:
27
- name: Install pypy cryptography dependencies
28
- if: ${{ matrix.python-version }} == "pypy3.10"
+ if: startsWith(matrix.python-version, 'pypy')
29
run: |
30
- sudo apt update && apt install -y build-essential cargo rustc pkg-config libffi-dev libssl-dev pypy3-dev
+ sudo apt update && sudo apt install -y build-essential cargo rustc pkg-config libffi-dev libssl-dev pypy3-dev
31
- uses: actions/checkout@v4
32
- name: Set up Python ${{ matrix.python-version }}
33
uses: actions/setup-python@v5
0 commit comments