Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshipon committed Apr 7, 2024
1 parent 16110bf commit dff3e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Lint
run: |
ruff check --line-length 120 --fix aiaccel
ruff check --fix aiaccel
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
python -m pip install .[dev,github-actions,test]
- name: Unit Test
run: pytest -v --cov=aiaccel --cov-branch --cov-report=term-missing tests/unit_tests
run: pytest -v --cov=aiaccel --cov-branch --cov-report=term-missing tests/apps/
2 changes: 1 addition & 1 deletion .github/workflows/test_hpo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Optimizer Algorithm Test
run: |
pytest -s -v tests/sampler/nelder_mead/test_nelder_mead.py
pytest -s -v tests/hpo/

0 comments on commit dff3e36

Please sign in to comment.