Skip to content

Commit e302099

Browse files
committed
CI: editable install for python imports from working dir
1 parent 2628b45 commit e302099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: "3.12"
3434
- name: Install dependencies
3535
run: |
36-
python -m pip install -v ".[test]"
36+
python -m pip install -e -v ".[test]"
3737
python -m pip install ruff==0.13.1
3838
python -m pip install -r .github/constraints/deps.txt
3939
- name: lint

0 commit comments

Comments
 (0)