Skip to content

Commit

Permalink
fix setup.py and .github (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoshiaki Bando <yoshipon@users.noreply.github.com>
  • Loading branch information
styamamoto and yoshipon authored Feb 8, 2023
1 parent b5d2a40 commit 55029ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: pytest -v --cov=aiaccel --cov-branch --cov-report=term-missing tests/unit

- name: Pycodestyle Test
run: pytest -v --pycodestyle aiaccel examples
run: pycodestyle aiaccel examples

- name: Flack8 Test
run: pytest -v --flake8 aiaccel examples
- name: Flake8 Test
run: flake8 aiaccel examples

- name: Optimizer Algorithm Test
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
pytest -v tests/resumption/sphere/test_sphere_tpe_resumption.py
pytest -v tests/resumption/sphere/test_sphere_nelder_mead_resumption.py
- name: Newly Test
- name: Supplemental Test
run: |
pytest -v tests/supplements/no_initial_test_benchmark/test_benchmark_tpe_no_initial.py
pytest -v tests/supplements/no_initial_test_benchmark/test_benchmark_nelder_mead_no_initial.py
Expand Down
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ pytest-twisted
pytest-arraydiff==0.2
pytest-astropy==0.4.0
pytest-cov==2.10.1
flake8==4.0.1
pycodestyle==2.8.0
pytest-flake8==1.0.6
pytest-pycodestyle==2.2.0
flake8
pycodestyle
pytest-subprocess==1.0.0
pytest-tornasync
pytest-trio
pluggy
pytest
py==1.11.0
PyYAML==5.4
undecorated
scipy
Expand Down

0 comments on commit 55029ff

Please sign in to comment.