Skip to content

Commit

Permalink
Fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
tkokada committed Jul 25, 2022
1 parent 5999b76 commit 00def1a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Unit Test
run: pytest -v --cov=aiaccel --cov-branch --cov-report=term-missing tests/unit --junit-xml pytest-${{ matrix.os }}-${{ matrix.python-version }}.xml
continue-on-error: true

- name: Upload Test Results
if: always()
Expand All @@ -39,11 +38,9 @@ jobs:

- name: Pycodestyle Test
run: pytest -v --pycodestyle aiaccel examples
continue-on-error: true

- name: Flack8 Test
run: pytest -v --flake8 aiaccel examples
continue-on-error: true

- name: Optimizer Algorithm Test
run: |
Expand All @@ -52,7 +49,6 @@ jobs:
pytest -v tests/integration/sphere/test_sphere_sobol.py
pytest -v tests/integration/sphere/test_sphere_tpe.py
pytest -v tests/integration/sphere/test_sphere_nelder_mead.py
continue-on-error: true
- name: Resume Test
run: |
Expand All @@ -61,7 +57,6 @@ jobs:
pytest -v tests/resumption/sphere/test_sphere_sobol_resumption.py
pytest -v tests/resumption/sphere/test_sphere_tpe_resumption.py
pytest -v tests/resumption/sphere/test_sphere_nelder_mead_resumption.py
continue-on-error: true
publish-test-results:
name: "Publish Tests Results"
Expand All @@ -73,11 +68,6 @@ jobs:
# only needed unless run with comment_mode: off
pull-requests: write

# only needed for private repository
#contents: read

# only needed for private repository
#issues: read
if: always()

steps:
Expand Down

0 comments on commit 00def1a

Please sign in to comment.