Skip to content

Commit 4c5a744

Browse files
committed
Change directories into main then run tests
1 parent e74cb46 commit 4c5a744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
python=${{ matrix.python-version }}
3636
3737
- name: Run tests
38-
run: python -m pytest
38+
run: "cd main && python -m pytest"
3939
shell: micromamba-shell {0}
4040

0 commit comments

Comments
 (0)