From 3da98f027103b2555327499e4bf167ff5433fa33 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 10 Mar 2023 06:56:06 +0100 Subject: [PATCH] Fixed test section of python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3d65341..02839d0 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,7 +28,7 @@ jobs: - name: Test run: | ls - where + which - name: Lint with pylint run: | pip install pylint_runner