Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterXY89 authored Dec 8, 2023
1 parent 6133082 commit 4a0b809
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
python -m flake8 --config .flake8
$CONDA/bin/flake8 . --config .flake8
- name: Test with pytest
run: |
conda install pytest
python -m pytest
$CONDA/bin/pytest

0 comments on commit 4a0b809

Please sign in to comment.