Skip to content

Commit

Permalink
Test - build without lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bnarasimha committed Jan 27, 2024
1 parent e836d17 commit f88ec31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Code formatting with black
run: |
black bikeshare_model/*.py
- name: Lint with pylint
run: |
pylint --disable=R,C bikeshare_model/
# - name: Lint with pylint
# run: |
# pylint --disable=R,C bikeshare_model/
- name: Train the model
run: |
python bikeshare_model/train_pipeline.py
Expand Down

0 comments on commit f88ec31

Please sign in to comment.