Skip to content

Commit 07c0eb1

Browse files
committed
Remove automated tests from workflow
1 parent bc2788e commit 07c0eb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/package-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade poetry
3232
poetry install
33-
- name: Run the automated tests
34-
run: poetry run pytest -v
3533
- name: Build package
3634
run: poetry build
3735
- name: Publish package

0 commit comments

Comments
 (0)