diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index cad64bae5..d82927259 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -39,8 +39,8 @@ jobs: - name: Install lib run: | python setup.py develop - - - name: pytest + + - name: pytest run: | poetry run pytest