Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • ewoksorange ewoksorange
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • workflow
  • ewoks
  • ewoksorangeewoksorange
  • Merge requests
  • !9

Ci orangefork

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Wout De Nolf requested to merge ci_orangefork into main Jul 09, 2021
  • Overview 5
  • Commits 3
  • Pipelines 10
  • Changes 3

@payno I added your orange fork to CI and made sure I'm compatible. However I get unknown widget description argument errors. All tests pass when I patch orange like this:

# orangewidget.workflow.discovery
def widget_desc_from_module(...):
    ...
    description.pop("allows_cycle", None)  # <---- added this line
    description.pop("compress_signal", None)  # <---- added this line
    description = WidgetDescription(**description)
Edited Jul 27, 2021 by Wout De Nolf
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci_orangefork