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 56e2108 commit 392002eCopy full SHA for 392002e
.github/workflows/run-tests.yml
@@ -24,6 +24,10 @@ jobs:
24
- python-version: "pypy3.10"
25
tox-env: pypy310
26
steps:
27
+ - name: Install pypy cryptography dependencies
28
+ if: ${{ matrix.python-version }} == "pypy3.10"
29
+ run: |
30
+ sudo apt update && 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