Skip to content

Commit 523e62b

Browse files
fix(ci): use correct extra name [all] instead of [full] for installing optional dependencies
1 parent 7656dad commit 523e62b

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
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
pip install -e ".[dev,full]"
51+
pip install -e ".[dev,all]"
5252
5353
- name: Run tests
5454
run: |

0 commit comments

Comments
 (0)