Skip to content

Commit

Permalink
ruff: fix github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Feb 23, 2024
1 parent 05f7b77 commit 91ba34a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Lint with ruff
run: tox -e ruff
- name: Lint
run: |
pip install tox
tox -e ruff
pytest:

needs: lint
Expand Down

0 comments on commit 91ba34a

Please sign in to comment.