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 defb0cb commit 2a4a863Copy full SHA for 2a4a863
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
pip install -U pip wheel setuptools
79
pip install -U -r requirements-test.txt
80
pip install -U -e .
81
- pip install -UI "openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/issues/238-view-shared-objects"
+ pip install -UI "openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/issues/238-view-shared-objects" "cryptography~=43.0.3"
82
pip install ${{ matrix.django-version }}
83
84
- name: Start postgres and redis
0 commit comments