Skip to content

Commit

Permalink
Merge branch 'linh-dev' of https://github.com/nvlinhvn/HSTransform in…
Browse files Browse the repository at this point in the history
…to linh-dev
  • Loading branch information
nvlinhvn committed May 9, 2024
2 parents beeff1b + c3b34ae commit 56828e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -17,11 +17,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install --upgrade pylint
pip install numpy
pip install pandas
pip install scipy
pip install pytest
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files 'setup.py')
pylint $(git ls-files 'tests/test_hstransform.py')

0 comments on commit 56828e2

Please sign in to comment.