From b3cc1eb54f6e5ac49de9aa3979182f31d2f57829 Mon Sep 17 00:00:00 2001 From: kagami Date: Thu, 9 May 2024 22:08:53 +0800 Subject: [PATCH] Add user_settings example --- .gitignore | 4 +++- user_settings.yml.example | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 user_settings.yml.example diff --git a/.gitignore b/.gitignore index 7fab6a6..45045b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ __pycache__/ tmp/ custom/* -!custom/config.yml.example \ No newline at end of file +!custom/config.yml.example + +user_settings.yml diff --git a/user_settings.yml.example b/user_settings.yml.example new file mode 100644 index 0000000..2e00c6f --- /dev/null +++ b/user_settings.yml.example @@ -0,0 +1,5 @@ +external_workflow_python: + - env_name: foo-env + python_bin: path/to/a/python + - env_name: bar-env + python_bin: path/to/another/python