diff --git a/.github/workflows/code_test_and_deploy.yml b/.github/workflows/code_test_and_deploy.yml index 9c6e8f9e..499720fc 100644 --- a/.github/workflows/code_test_and_deploy.yml +++ b/.github/workflows/code_test_and_deploy.yml @@ -48,7 +48,7 @@ jobs: - name: Shutdown Ubuntu MySQL (SUDO) # free up port 3306 for ssh tests: https://github.com/orgs/community/discussions/25550 run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it - name: Test - run: pytest + run: pytest -k test_combinations_ssh_transfer build_sdist_wheels: name: Build source distribution