Skip to content

Commit

Permalink
FIX: skip Lint with pysen if 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune committed May 22, 2024
1 parent 039ff28 commit ba2fcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Lint with pysen
if: ${{ matrix.python-version != '3.7' }}
run: |
pysen run lint
- name: Test with pytest
Expand Down

0 comments on commit ba2fcd1

Please sign in to comment.