Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down