From 0a850732fe8985b21a1a680e9921438bead399e9 Mon Sep 17 00:00:00 2001 From: Alex-Monahan Date: Sun, 9 Feb 2025 15:44:00 -0700 Subject: [PATCH] another CI push? --- ci_scripts/set_env_vars_for_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/set_env_vars_for_tests.py b/ci_scripts/set_env_vars_for_tests.py index bff3739..c94e359 100644 --- a/ci_scripts/set_env_vars_for_tests.py +++ b/ci_scripts/set_env_vars_for_tests.py @@ -25,4 +25,4 @@ def get_token_from_user_file(user_file_path): # Set the key_file filepath as an env var for other tests myfile.write(f"KEY_FILE_PATH={key_file_path}") -print('It seems to have worked!') +print('It seems to have worked?')