Skip to content

Commit 2b66150

Browse files
authored
re-enable tests
1 parent 218a730 commit 2b66150

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
poetry check --no-interaction
2626
poetry config virtualenvs.in-project true
2727
poetry install --no-interaction
28-
# - name: Run tests
29-
# run: |
30-
# poetry run pytest
28+
- name: Run tests
29+
run: |
30+
poetry run pytest
3131
- name: Build package
3232
run: |
3333
poetry build --no-interaction

0 commit comments

Comments
 (0)