Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: revert dependency to ray[default] (#438)
# The problem When running ray workflows without installing [default] extra, ray behaves weirdly - some workflow fail without any particular reason, other are stuck. This all was tracked down to change we did to reduce number of dependnecies # This PR's solution Revert the change - always install ray[default] in our system as we use ray only to run workflows. # Checklist _Check that this PR satisfies the following items:_ - [x] Tests have been added for new features/changed behavior (if no new features have been added, check the box). - [x] The [changelog file](CHANGELOG.md) has been updated with a user-readable description of the changes (if the change isn't visible to the user in any way, check the box). - [x] The PR's title is prefixed with `<feat/fix/chore/imp[rovement]/int[ernal]/docs>[!]:` - [x] The PR is linked to a JIRA ticket (if there's no suitable ticket, check the box).
- Loading branch information