Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mghmgh1281375/pandasohlcv
Browse files Browse the repository at this point in the history
  • Loading branch information
mghmgh1281375 committed Dec 30, 2023
2 parents f59fe76 + d1076dc commit 729a278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint numpy==1.21.4
pip install pylint Cython==3.0.7 numpy==1.21.4 pandas==1.3.4
pip install .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 729a278

Please sign in to comment.