From 10a88642b0293a1f4935af2b1667be6730164955 Mon Sep 17 00:00:00 2001 From: Jono Templeton Date: Fri, 29 Nov 2024 11:49:42 +1300 Subject: [PATCH] AUT-2461: updating tests --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index f066350..f65ba42 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -31,7 +31,7 @@ jobs: env: AUTHSIGNAL_API_URL: ${{ secrets.AUTHSIGNAL_API_URL }} AUTHSIGNAL_API_SECRET: ${{ secrets.AUTHSIGNAL_API_SECRET }} - run: poetry run python authsignal/client_tests.py + run: poetry run python -m authsignal.client_tests - name: Build a binary wheel and a source tarball run: python3 -m build