navigating-stories / orange-story-navigator

Add-on to the Orange3 data mining toolkit with text processing widgets from the project Navigating Stories
https://research-software-directory.org/projects/navigating-stories
Other
2 stars 2 forks source link

Streamline CI #24

Closed f-hafner closed 2 months ago

f-hafner commented 7 months ago

I think we can optimize the CI runs. For instance, I think it is not necessary to run CI on draft pull requests.

We can take some inspirations from other repos from our colleagues, for instance https://github.com/dianna-ai/dianna/blame/main/.github/workflows/build.yml.

Here are some other links

f-hafner commented 7 months ago

also, I find the tests run extremely slowly (one run takes ~10 min), I was expecting much shorter. Is this because of tox? can we make this faster?