From b537c986315b863b89a24098cd84f3a02559b1cf Mon Sep 17 00:00:00 2001 From: G-Two <7310260+G-Two@users.noreply.github.com> Date: Fri, 17 Feb 2023 20:35:42 -0500 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9035e1e..308b3d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,5 +35,5 @@ jobs: - name: Test with pylint run: | - pylint subarulink + pipenv run pylint subarulink \ No newline at end of file