Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterXY89 committed Dec 8, 2023
2 parents a699821 + e6bf007 commit 05531e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: |
conda install flake8
# Lint using flake8 with settings from .flake8 file
flake8 --config .flake8
$CONDA/bin/flake8 --config .flake8
- name: Test with pytest
run: |
conda install pytest
pytest
$CONDA/bin/pytest

0 comments on commit 05531e8

Please sign in to comment.