From 3b03f7450c1a441cbccab1dceedc8aec250daf9c Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 19 Oct 2024 11:41:42 -0500 Subject: explicitly import pandas --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c73e032..e201d68 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint + pip install pylint pandas - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py') -- cgit v1.2.3-70-g09d2