From 0aaf67a2c6d912f4d7bc466f92a576f4aa4eb300 Mon Sep 17 00:00:00 2001 From: lorenz Date: Thu, 4 Jan 2024 22:37:03 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 1f4b53f..c546171 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -19,4 +19,4 @@ jobs: mamba install freecad numpy scipy pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') + ${CONDA}/bin/pylint $(git ls-files '*.py')