mirror of https://github.com/databricks/cli.git
7 lines
191 B
TOML
7 lines
191 B
TOML
|
# TODO: We do not run this on windows because we don't have proper stubbing
|
||
|
# for API errors yet. Run this on windows as well once we can stub API errors
|
||
|
GOOS = {
|
||
|
"darwin",
|
||
|
"linux"
|
||
|
}
|