Skip to content

Commit

Permalink
fix windows issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Dec 20, 2024
1 parent 77c03bf commit 48ccab7
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 @@ -67,10 +67,12 @@ jobs:

- name: Style
if: ${{ ! startsWith(matrix.python-version, 'pypy-') }}
run: make style
run: |
poetry run ruff format --check .
poetry run ruff check .

- name: Tests
run: make tests
run: poetry run pytest -s -vvv

- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 48ccab7

Please sign in to comment.