Skip to content

Commit 2524b1f

Browse files
authored
Remove cryptography installation for PyPy v3.11
Removed installation of cryptography for PyPy v3.11.
1 parent 5ff3403 commit 2524b1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
python-version: ${{ matrix.python-version }}
6565
cache: 'pip'
6666
cache-dependency-path: 'requirements-dev.txt'
67-
- run: pip install cryptography # TODO(cclauss): Fix requirements for PyPy v3.11
68-
if: matrix.python-version == 'pypy-3.11'
6967
- run: pip install . -r requirements-dev.txt
7068
- run: make test
7169

0 commit comments

Comments
 (0)