We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 9ac62ba commit cc93c17Copy full SHA for cc93c17
.github/workflows/unit_tests.yml
@@ -35,6 +35,6 @@ jobs:
35
python=${{ matrix.python-version }}
36
37
- name: Run tests
38
- run: python -m pytest
+ run: "cd main && python -m pytest"
39
shell: micromamba-shell {0}
40
0 commit comments