Skip to content

Commit 392002e

Browse files
committed
Add pypy cryptography dependencies
Would be easier to install wheel, so make the GH ubuntu compatible with one of the manylinux provided by cryptography.
1 parent 56e2108 commit 392002e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- python-version: "pypy3.10"
2525
tox-env: pypy310
2626
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
2731
- uses: actions/checkout@v4
2832
- name: Set up Python ${{ matrix.python-version }}
2933
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)