Skip to content

Commit

Permalink
Fix flake8 test in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christiansandberg committed Aug 2, 2024
1 parent ad753e8 commit 0c8cb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
flake8 sdf
flake8 onedm
- name: Test with pytest
run: |
pytest

0 comments on commit 0c8cb6a

Please sign in to comment.