diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 0e39de1a..426fb820 100755 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -39,7 +39,7 @@ jobs: echo "🔍 Checking Python syntax..." find . -name "*.py" -print0 | xargs -0 -n1 python3 -m py_compile -test: + test: runs-on: ubuntu-latest steps: - name: Checkout code