diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-19 11:41:42 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-19 11:41:42 -0500 |
commit | 3b03f7450c1a441cbccab1dceedc8aec250daf9c (patch) | |
tree | 1243c26a3d09be61238226f8d157f5ae4c8d7a6d /.github | |
parent | 7ac171a45380772b040800786db0b9384b4e11d8 (diff) | |
download | audit-tools-3b03f7450c1a441cbccab1dceedc8aec250daf9c.tar.gz audit-tools-3b03f7450c1a441cbccab1dceedc8aec250daf9c.tar.bz2 audit-tools-3b03f7450c1a441cbccab1dceedc8aec250daf9c.zip |
explicitly import pandas
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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') |