Skip to content

Commit 03f0bf8

Browse files
committed
fix: test
1 parent 5e390ec commit 03f0bf8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,9 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

32-
- name: Install dependencies
32+
- name: Install dependencies and run tests
3333
run: |
3434
pip install -U pip setuptools
3535
pip install -q django==${{ matrix.django-version }}
3636
pip install hatch
37-
hatch install --editable
38-
39-
- name: Test with pytest
40-
run: |
41-
python runtests.py
37+
hatch run test:test

0 commit comments

Comments
 (0)