Skip to content

Building_custom_branches_from_CI

Wojciech Potrzebowski edited this page Nov 19, 2025 · 1 revision

It is now possible to build sasview with custom sasmodels and sasdata branches from the GitHub GUI.

  • Go to https://github.com/SasView/sasview/actions/workflows/ci.yml and click on Run Workflow (on right hand side)
  • Select sasview, sasmodels and sasdata branches that you would like to build with Screenshot 2025-11-18 at 21 53 06
  • Click on "Run Workflow" (green button)
  • This will trigger build called CI. (You can then follow it to access artifacts if you for example want to test installer)

Other interfaces: This can also be run from the command line e.g: gh workflow run --repo sasview/sasview --ref main ci.yml -f sasmodels_ref=pr-python-fq or from RESTAPI (https://docs.github.com/en/actions/how-tos/manage-workflow-runs/manually-run-a-workflow).

Clone this wiki locally