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 749c969 commit c46269fCopy full SHA for c46269f
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
pip install -U pip wheel setuptools
77
pip install -U -r requirements-test.txt
78
pip install -U -e .
79
- 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"
80
pip install ${{ matrix.django-version }}
81
82
- name: Start postgres and redis
0 commit comments