diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85969cfb..82e19ed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,8 @@ jobs: echo "127.0.0.1 dashboard.openwisp.org api.openwisp.org" | sudo tee -a /etc/hosts # disable metric collection during builds sed -i 's/METRIC_COLLECTION=True/METRIC_COLLECTION=False/' .env + # ERROR: Cannot uninstall urllib3 2.0.7, RECORD file not found. Hint: The package was installed by debian. + sudo apt remove python3-urllib3 python3-typing-extensions sudo pip3 install -r requirements-test.txt - name: QA checks @@ -35,12 +37,10 @@ jobs: - name: Use the auto-install script to start containers with edge images id: auto_install_edge if: ${{ !cancelled() && steps.deps.conclusion == 'success' }} - run: | - (sudo -E ./deploy/auto-install.sh <