Skip to content

Commit

Permalink
disable pylama in workflow tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jan 4, 2024
1 parent 3a0c88c commit 90f6bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with Pylama
run: pylama
# - name: Lint with Pylama
# run: pylama

- name: Check format with Black
run: black --check --diff .
Expand Down

0 comments on commit 90f6bea

Please sign in to comment.