The AppVeyor CI script uses python setup.py install to install the current xcube version, which now fails because xcube has switched to using pyproject.toml. The script needs to be updated. There may be other parts of the AppVeyor config which can conveniently be modernized at the same time.
The AppVeyor CI script uses
python setup.py install
to install the current xcube version, which now fails because xcube has switched to usingpyproject.toml
. The script needs to be updated. There may be other parts of the AppVeyor config which can conveniently be modernized at the same time.