deeporiginbio / deeporigin-client

Deep Origin CLI and Python client
https://client-docs.deeporigin.io/
MIT License
9 stars 0 forks source link

fix(testing): added windows tests #25

Closed sg-s closed 6 months ago

sg-s commented 6 months ago

changes

why?

[no longer valid: not doing this]

i've changed the order of operations so that config file overrides environment variables. the reason for this is because on compute benches, environment variables are baked in and never change once jupyter lab starts. so once a bench is running, it is not possible to change env variables that are read by the client. and because env variables override files (previously), it was impossible to change any settings for the client.