Skip to content

Commit

Permalink
Remove option -s of pytest tests
Browse files Browse the repository at this point in the history
Log are now far too big, cannot even be loaded in github interface.
  • Loading branch information
nhuet committed Dec 5, 2024
1 parent e5e4a19 commit 7b22f24
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,11 +582,11 @@ jobs:
# - deep-learning solvers (solvers/python)
# - from others
# to avoid openmp versions conflicts
pytest -v -s tests/*/cpp
pytest -v -s tests/solvers/python --ignore tests/solvers/python/test_optuna_rayrllib.py
pytest -v -s tests/solvers/python/test_optuna_rayrllib.py
pytest -v -s tests/scheduling
pytest -v -s --ignore-glob tests/*/cpp --ignore tests/solvers/python --ignore tests/scheduling
pytest -v tests/*/cpp
pytest -v tests/solvers/python --ignore tests/solvers/python/test_optuna_rayrllib.py
pytest -v tests/solvers/python/test_optuna_rayrllib.py
pytest -v tests/scheduling
pytest -v --ignore-glob tests/*/cpp --ignore tests/solvers/python --ignore tests/scheduling
test-macos:
needs: [build-macos, setup]
Expand Down Expand Up @@ -680,12 +680,12 @@ jobs:
# - deep-learning solvers (solvers/python)
# - from others
# to avoid openmp versions conflicts
pytest -v -s tests/*/cpp
pytest -v -s tests/solvers/python --ignore tests/solvers/python/test_optuna_rayrllib.py --ignore tests/solvers/python/test_pyrddlgym_solvers.py
pytest -v -s tests/solvers/python/test_optuna_rayrllib.py
pytest -v -s tests/scheduling
pytest -v -s --ignore-glob tests/*/cpp --ignore tests/solvers/python --ignore tests/scheduling --ignore tests/domains/python/test_pyrddlgym_domains.py --ignore tests/solvers/python/test_pyrddlgym_solvers.py
pytest -v -s tests/domains/python/test_pyrddlgym_domains.py tests/solvers/python/test_pyrddlgym_solvers.py
pytest -v tests/*/cpp
pytest -v tests/solvers/python --ignore tests/solvers/python/test_optuna_rayrllib.py --ignore tests/solvers/python/test_pyrddlgym_solvers.py
pytest -v tests/solvers/python/test_optuna_rayrllib.py
pytest -v tests/scheduling
pytest -v --ignore-glob tests/*/cpp --ignore tests/solvers/python --ignore tests/scheduling --ignore tests/domains/python/test_pyrddlgym_domains.py --ignore tests/solvers/python/test_pyrddlgym_solvers.py
pytest -v tests/domains/python/test_pyrddlgym_domains.py tests/solvers/python/test_pyrddlgym_solvers.py
test-ubuntu:
needs: [build-ubuntu, setup]
Expand Down Expand Up @@ -780,11 +780,11 @@ jobs:
# - deep-learning solvers (solvers/python)
# - from others
# to avoid openmp versions conflicts
pytest -v -s tests/*/cpp
pytest -v -s tests/solvers/python --ignore tests/solvers/python/test_optuna_rayrllib.py
pytest -v -s tests/solvers/python/test_optuna_rayrllib.py
pytest -v -s tests/scheduling
pytest -v -s --ignore-glob tests/*/cpp --ignore tests/solvers/python --ignore tests/scheduling
pytest -v tests/*/cpp
pytest -v tests/solvers/python --ignore tests/solvers/python/test_optuna_rayrllib.py
pytest -v tests/solvers/python/test_optuna_rayrllib.py
pytest -v tests/scheduling
pytest -v --ignore-glob tests/*/cpp --ignore tests/solvers/python --ignore tests/scheduling
- name: Test python block codes from guide
run: |
Expand Down

0 comments on commit 7b22f24

Please sign in to comment.