Skip to content

Commit 066d0f3

Browse files
committed
pip install . --group dev
1 parent 29d84bc commit 066d0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache-dependency-path: pyproject.toml
2222
- name: Install dependencies
2323
run: |
24-
pip install --group dev
24+
pip install . --group dev
2525
- name: Run tests
2626
run: |
2727
pytest

0 commit comments

Comments
 (0)