Skip to content

Commit fab1094

Browse files
committed
Run pytest through hatch
1 parent a6d09e7 commit fab1094

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
hatch env create dev
3636
- name: Run tests
3737
run: |
38-
hatch shell dev
39-
pytest
38+
hatch run dev:pytest
4039
4140
lint:
4241
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)