Skip to content

Commit

Permalink
Update action_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Mar 20, 2024
1 parent 7ea36a9 commit 4ce18a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
find . -type f > before_test_files.txt
conda env create -f environment.yml
pip install --upgrade pip
pip install pycodestyle flake8 pydocstyle
pip install pycodestyle flake8 pydocstyle coverage
flake8 --ignore E203,W503 --exclude=examples,tests --statistics --count --exit-zero jarvis
pycodestyle --ignore E203,W503 --exclude=examples,testfiles jarvis
pydocstyle --match-dir=core --match-dir=io --match-dir=io --match-dir=ai --match-dir=analysis --match-dir=db --match-dir=tasks --count jarvis
Expand Down

0 comments on commit 4ce18a0

Please sign in to comment.