Skip to content

Commit b92d616

Browse files
committed
Avoid calling broken 'hatch run test'
1 parent 8e3932c commit b92d616

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
pip install hatch
3333
- name: Build package
3434
run: hatch build
35-
- name: Test package
36-
run: hatch run test
3735
- name: Publish package distributions to PyPI
3836
uses: pypa/gh-action-pypi-publish@release/v1
3937
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')

0 commit comments

Comments
 (0)