@ocefpaf it looks like the code tests are failing for Python 3.7 on both Ubuntu and Windows. They are succeeding for 3.10.
I saw this error on the Windows build:
Run conda create --yes --name TEST python=3.7 pip --file requirements.txt --file requirements-dev.txt
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed
CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again.
On Ubuntu the error message is a bit more vague:
Run conda create --yes --name TEST python=3.7 pip --file requirements.txt --file requirements-dev.txt
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
/home/runner/work/_temp/5dad8c3d-2aa5-4432-b79e-c9f497b57ac0.sh: line 1: 2311 Killed conda create --yes --name TEST python=3.7 pip --file requirements.txt --file requirements-dev.txt
In both cases it fails while solving the environment. Is there a way we can fix this? Maybe skip resolving, just install the packages as is?
@ocefpaf it looks like the code tests are failing for Python 3.7 on both Ubuntu and Windows. They are succeeding for 3.10.
I saw this error on the Windows build:
On Ubuntu the error message is a bit more vague:
In both cases it fails while solving the environment. Is there a way we can fix this? Maybe skip resolving, just install the packages as is?