Dušan Baran
Dušan Baran
Build/test issue resolved, it was due to incorrect use of `/` on Windows
I also added sdist tests so that we can be sure that sdist can be build on specified os/python combinations: https://github.com/dudoslav/TileDB-Py/actions/runs/9303158461
@jdblischak I also put some effort in fixing the wheel production here: https://github.com/TileDB-Inc/TileDB-VCF/pull/763 (as you mentioned) In my case I realized that some parts of VCF build logic needs to...
Right now I was able to produce wheels in this workflow: https://github.com/dudoslav/TileDB-VCF/actions/runs/10827370316/job/30040372000 Next steps: 1. Clean up changes 2. Make sure that feedstocks are not negatively affected (a new PR...
Latest error that we have face right now is that Windows wheels fail in tests: https://github.com/dudoslav/TileDB-VCF/actions/runs/11348652284/job/31562931109 ``` Windows fatal exception: access violation Thread 0x000018b4 (most recent call first): File "C:\Users\runneradmin\AppData\Local\Temp\cibw-run-abc7nqqz\cp312-win_amd64\venv-test\Lib\site-packages\distributed\profile.py",...
I also re-implemented daily tests CI/CD: https://github.com/dudoslav/TileDB-Py/actions/runs/9596846267
Wheel contents difference: https://www.diffchecker.com/4spoJ46a/
Latest diff with Licences: https://www.diffchecker.com/SxLbtGmC/
Latest Diff: https://www.diffchecker.com/eFdvkppd/
> Thanks > > * we can exclude all of `doc` and `ci` > > * seems like this is a local thing that should not have been included? >...