Skip to content

Commit d84c66b

Browse files
Fix actions 5
1 parent 9a9f169 commit d84c66b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
run: |
1414
pip install --upgrade pip
1515
pip install -r requirements.txt
16-
- name: Install package and run tests
16+
pip install -e .
17+
- name: Run tests
1718
run: |
18-
cd src; python -m pytest tests
19+
python -m pytest src/tests/ -v
1920
- name: Run notebook
2021
run: |
2122
pip install -r requirements_dev.txt

0 commit comments

Comments
 (0)