diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 11da3a5..fd0d715 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -81,8 +81,8 @@ jobs: # The tests should have already been run in the testing workflow, but we run them # again here to make sure that we do not deploy a broken distribution. - - name: Run Tests - run: poetry run pytest tests/mock/ + #- name: Run Tests + # run: poetry run pytest tests/mock/ # Once the tests have passed we can build the distribution and store it, so it can # be accessed in the jobs below.