Skip to content

Commit

Permalink
fixes+
Browse files Browse the repository at this point in the history
  • Loading branch information
diogenisAl committed Feb 17, 2024
1 parent 485b7bd commit 85b3218
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with Ruff
run: |
pip install ruff
ruff --format=github --target-version=py310 .
continue-on-error: true
- name: Test with pytest
run: |
coverage run -m pytest -v -s
Expand Down

0 comments on commit 85b3218

Please sign in to comment.