Closed sfc-gh-mstellwall closed 11 months ago
In conda_env.yml the Python reference is set like this: python==3.9
python==3.9
This will generate an error, the correct way to set the Python version is to use one = python=3.9
python=3.9
Fixed, thanks!
In conda_env.yml the Python reference is set like this:
python==3.9
This will generate an error, the correct way to set the Python version is to use one =
python=3.9