Skip to content

Commit

Permalink
disabled lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Mar 2, 2024
1 parent 2c7a56f commit 8ad29b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
- name: Code linting
run: |
source .venv/bin/activate
ruff check src/loamy tests
ruff format --check src/loamy tests
# - name: Code linting
# run: |
# source .venv/bin/activate
# ruff check src/loamy tests
# ruff format --check src/loamy tests
- name: Test with pytest
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 8ad29b5

Please sign in to comment.