Skip to content
Snippets Groups Projects
Commit 5e55caa1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts] Fix set_environment typo

parent b4c7c9c1
No related branches found
No related tags found
No related merge requests found
Pipeline #35805 passed
...@@ -244,7 +244,7 @@ def build( ...@@ -244,7 +244,7 @@ def build(
set_environment("BOB_DOCUMENTATION_SERVER", doc_urls) set_environment("BOB_DOCUMENTATION_SERVER", doc_urls)
# this is for testing and may limit which tests run # this is for testing and may limit which tests run
set_environ("NOSE_EVAL_ATTR", nose_eval_attr) set_environment("NOSE_EVAL_ATTR", nose_eval_attr)
arch = conda_arch() arch = conda_arch()
......
...@@ -223,7 +223,7 @@ def rebuild( ...@@ -223,7 +223,7 @@ def rebuild(
set_environment("BOB_DOCUMENTATION_SERVER", doc_urls) set_environment("BOB_DOCUMENTATION_SERVER", doc_urls)
# this is for testing and may limit which tests run # this is for testing and may limit which tests run
set_environ("NOSE_EVAL_ATTR", nose_eval_attr) set_environment("NOSE_EVAL_ATTR", nose_eval_attr)
arch = conda_arch() arch = conda_arch()
......
...@@ -204,7 +204,7 @@ def test( ...@@ -204,7 +204,7 @@ def test(
set_environment("BOB_DOCUMENTATION_SERVER", doc_urls) set_environment("BOB_DOCUMENTATION_SERVER", doc_urls)
# this is for testing and may limit which tests run # this is for testing and may limit which tests run
set_environ("NOSE_EVAL_ATTR", nose_eval_attr) set_environment("NOSE_EVAL_ATTR", nose_eval_attr)
arch = conda_arch() arch = conda_arch()
for p in package: for p in package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment