We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d09e7 commit fab1094Copy full SHA for fab1094
1 file changed
.github/workflows/pytest.yml
@@ -35,8 +35,7 @@ jobs:
35
hatch env create dev
36
- name: Run tests
37
run: |
38
- hatch shell dev
39
- pytest
+ hatch run dev:pytest
40
41
lint:
42
runs-on: ubuntu-latest
0 commit comments