Skip to content

Commit

Permalink
Included env variables to all-runtimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jun 6, 2024
1 parent 5ad49c9 commit ab4015c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ commands =
{toxinidir}/runtimes/lightgbm \
{toxinidir}/runtimes/mlflow \
{toxinidir}/runtimes/huggingface
set_env =
GITHUB_SERVER_URL = {env:GITHUB_SERVER_URL:https\://github.com}
GITHUB_REPOSITORY = {env:GITHUB_REPOSITORY:SeldonIO/MLServer}
GITHUB_REF = {env:GITHUB_REF:refs/heads/master}

[testenv:licenses]
commands_pre =
Expand Down

0 comments on commit ab4015c

Please sign in to comment.