Skip to content

Commit

Permalink
remove pylint from test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKonar committed Oct 30, 2024
1 parent d7e07fd commit 396e029
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,6 @@ on:


jobs:
py-lint:
name: Lint
continue-on-error: true
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'

- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run pylint
run: pylint --recursive=y .

unit-tests:
name: Unit tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 396e029

Please sign in to comment.