-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the 'upload-artifact' action from v3 --> v4 #1134
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Fabrice Normandin <[email protected]>
- src/orion/algo/mofa/sampler.py:10:0: E0611: No name 'RandomState' in module 'numpy.random' (no-name-in-module) Add numpy dependency for `tox -e pylint` to fix
…n frontend tests Update .gitignore Set requirement for selenium to >= 4.16.0
Why: The install was outdated and wasn't working with ubuntu 24.04
One remaining issue seams related to this: TvoroG/pytest-lazy-fixture#65 |
…tfixturevalue(fixture_name). - Fix expected string for numpy strings: 'value' => np.str_('value')
…d it to just test dashboard src, since we now use a fake server with pre-saved JSON responses.
J'ai ajouté des commits pour résoudre le souci avec Les tests frontend passent toujours, désormais, mais les autres tests orion ( Est-ce qu'on essaye de résoudre un maximum de tests, dans cette PR, ou bien on considère qu'elle était surtout dédiée aux tests frontend ? |
Description
Attempts to fix the CI which appears to be broken.