Skip to content

Commit a6c46ea

Browse files
author
Vladyslav Lyshenko
committed
fix: install package in CI before running tests
1 parent b1115f2 commit a6c46ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python }}
2626

2727
- name: Install dependencies
28-
run: pip install pytest
28+
run: pip install -e ".[dev]"
2929

3030
- name: Run tests
3131
run: pytest tests/ -v

0 commit comments

Comments
 (0)