From 6e8435e4b6dcc9735830d99922201cdba0aad25c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 5 Oct 2022 11:57:31 +0200 Subject: [PATCH] Fix syntax check package name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4cc08fc9..9b580f10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,4 +40,4 @@ jobs: - name: "🧪 Run check" run: | source ${{ steps.pyenv.outputs.pyenv }}/activate - python -m compileall thorunimore + python -m compileall royalnet