Skip to content

Commit 90f4ff3

Browse files
committed
[temp] Upgraded openwisp-users
1 parent d95cf50 commit 90f4ff3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v4
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}
44-
44+
4545
# Caches downloaded .deb packages to speed up future installations
4646
- name: Cache APT packages
4747
uses: actions/cache@v4
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: |
5252
apt-${{ runner.os }}-
5353
54-
# Disables man-db auto-update to prevent delays during package installation
54+
# Disables man-db auto-update to prevent delays during package installation
5555
- name: Disable man page auto-update
5656
run: |
5757
echo 'set man-db/auto-update false' | sudo debconf-communicate >/dev/null
@@ -71,6 +71,7 @@ jobs:
7171
pip install -U pip wheel setuptools
7272
pip install -U -r requirements-test.txt
7373
pip install -U -e .
74+
pip install -UI "openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/issues/238-view-shared-objects" "cryptography~=43.0.3"
7475
pip install ${{ matrix.django-version }}
7576
sudo npm install -g prettier
7677

0 commit comments

Comments
 (0)