Skip to content

Commit 86dcca0

Browse files
committed
[ci] Minor QA dependency fix
1 parent 8d5fddd commit 86dcca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: deps
2828
run: |
2929
sudo ./install-dev.sh
30-
pip install openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2
30+
pip install "openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/1.2"
3131
3232
- name: QA-Checks
3333
run: ./run-qa-checks

0 commit comments

Comments
 (0)