Skip to content

Commit 160f0c7

Browse files
committed
Updated ci-cd.yml to install all dependencies.
1 parent 4cb93c8 commit 160f0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install -e .[dev]
43+
pip install -e .[dev,all]
4444
4545
- name: Run tests with coverage
4646
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies for security scan
6969
run: |
7070
python -m pip install --upgrade pip
71-
pip install -e .[dev]
71+
pip install -e .[dev,all]
7272
pip install bandit safety
7373
7474
- name: Run Bandit security scan

0 commit comments

Comments
 (0)