We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb93c8 commit 160f0c7Copy full SHA for 160f0c7
.github/workflows/ci-cd.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install dependencies
41
run: |
42
python -m pip install --upgrade pip
43
- pip install -e .[dev]
+ pip install -e .[dev,all]
44
45
- name: Run tests with coverage
46
@@ -68,7 +68,7 @@ jobs:
68
- name: Install dependencies for security scan
69
70
71
72
pip install bandit safety
73
74
- name: Run Bandit security scan
0 commit comments