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 5ff3403 commit 2524b1fCopy full SHA for 2524b1f
.github/workflows/ci.yml
@@ -64,8 +64,6 @@ jobs:
64
python-version: ${{ matrix.python-version }}
65
cache: 'pip'
66
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'
69
- run: pip install . -r requirements-dev.txt
70
- run: make test
71
0 commit comments