Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Disable testing Python with msvc2022
There's an MSVC bug which is out of scope for KDDW to fix. Whoever runs into this should report an issue to PySide. Error from CI was: static_assert failed "get<T>(tuple<Types...>&&) requires T to occur exactly once in Types. (N4971 [tuple.elem]/5)" C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\tuple:993:9: error: static_assert failed "get<T>(const tuple<Types...>&&) requires T to occur exactly once in Types. (N4971 [tuple.elem]/5)" This started happening since a VS update.
- Loading branch information