File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments