Skip to content

Commit

Permalink
Merge branch 'release_21.01' into release_21.05
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 8, 2022
2 parents d51d911 + 7d21208 commit a59d4d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ commands =
unit: bash run_tests.sh -u
# start with test here but obviously someday all of it...
mypy: mypy test lib
whitelist_externals = bash
passenv =
allowlist_externals = bash
passenv =
CI CONDA_EXE
GALAXY_CONFIG_OVERRIDE_DATABASE_CONNECTION
APP_WEBSERVER
Expand Down Expand Up @@ -58,7 +58,7 @@ commands = bash .ci/validate_test_tools.sh
commands = bash .ci/check_controller.sh

[testenv:check_indexes]
commands =
commands =
bash scripts/common_startup.sh
bash create_db.sh
bash check_model.sh

0 comments on commit a59d4d4

Please sign in to comment.