Skip to content

Commit 1749472

Browse files
committed
Update CI configuration to install package with dev and context extras
1 parent e40f380 commit 1749472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
with:
3737
python-version: "3.12"
3838

39-
- name: Install package with dev extras
39+
- name: Install package with dev and context extras
4040
working-directory: memorylayer-core-python
41-
run: pip install -e ".[dev]"
41+
run: pip install -e ".[dev,context]"
4242

4343
- name: Lint with ruff
4444
working-directory: memorylayer-core-python

0 commit comments

Comments
 (0)