I have my environment setup using python 3.10. On the environments page I can connect to the terminal, install all of my packages, and run my tests. But, when I save the environment and create a codex task, my package installs error out during the setup process.
It looks like this is happening because the codex tasks is using python 3.11 instead of python 3.10 like I specified.