-
Notifications
You must be signed in to change notification settings - Fork 14
Fix CI builds and add pytests to HDK test suite #27
Comments
Update: CI builds fixed with #28. Need to add pyhdk tests still. Roughly this should correspond to:
|
I've made some progress with enabling python tests, see The simple test
Do you have an idea how to fix that? |
Is it for docker build? |
Yes, this is a docker build; python tests in conda env were implemented earlier |
So I guess we need to use some Python mechanisms to set up everything needed to run Python tests. @alexbaden do you know what needs to be done for that? |
Not specifically, only that we need to determine how to install pyHDK in userspace without requiring Conda. I have a branch here that started down that route: https://github.com/intel-ai/hdk/tree/alex/pyhdk_github_actions |
For Conda build pytest mostly works, it gives the following error:
|
Might be a mismatch between our latest version and the latest jit-engine version. I will see about syncing everything this morning. |
I opened #83 but did not have to make any changes for the latest |
Only for modin which is python 3.8+ |
No description provided.
The text was updated successfully, but these errors were encountered: