Skip to content

Commit b07a7ec

Browse files
committed
fix the testing
1 parent 9f09928 commit b07a7ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install -r requirements.txt # Install project dependencies, including pytest
27+
pip install -r requirements.txt
28+
pip install -e . # Install your package in editable mode
2829
2930
- name: Run Tests
3031
run: |
31-
pytest # Run tests with pytest
32+
pytest

0 commit comments

Comments
 (0)