Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nin17 authored May 14, 2024
1 parent 0b70f36 commit 6a0599b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
python -m pip install pytest ruff .
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .
continue-on-error: true
- name: Test with pytest
run: |
pytest
build-macos:

runs-on: macos-latest
Expand All @@ -64,12 +64,12 @@ jobs:
python -m pip install pytest ruff .
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .
continue-on-error: true
- name: Test with pytest
run: |
pytest
build-windows:

runs-on: windows-latest
Expand All @@ -94,7 +94,6 @@ jobs:
python -m pip install pytest ruff .
- name: Lint with Ruff
run: |
pip install ruff
ruff --output-format=github .
continue-on-error: true
- name: Test with pytest
Expand Down

0 comments on commit 6a0599b

Please sign in to comment.