Skip to content

Commit

Permalink
i dont give a shit
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Nov 23, 2023
1 parent 8ceae43 commit fe56055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
python3 -m pip install --user pipx
pipx install poetry
poetry install
poetry install --all-extras
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -39,4 +39,4 @@ jobs:
poetry run ruff --exit-zero --statistics .
- name: Test with pytest
run: |
poetry run pytest
poetry run pytest

0 comments on commit fe56055

Please sign in to comment.