Skip to content

Commit 5445542

Browse files
committed
fix: CI workflow configuration
1 parent 6412756 commit 5445542

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
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install flake8 black pytest
28-
pip install -e .
28+
cd time_based_storage && pip install -e .
2929
3030
- name: Check code formatting with black
3131
run: |
@@ -40,4 +40,4 @@ jobs:
4040
4141
- name: Run tests
4242
run: |
43-
cd time_based_storage && pytest tests/ -v
43+
cd time_based_storage && python -m pytest tests/ -v

0 commit comments

Comments
 (0)