Describe the bug
When PRs against a branch named release* is triggered, the OS-specific dependency lists, that are pinned, are supposed to be used, but they are not.
See the build for 3980. Under Install correct versions..., bumps v1.0.4 is installed, but the dependency files have v1.0.5rc0 pinned in them suggesting the unpinned requirements.txt file is used.
Expected behavior
The requirements-{{ $os}}.txt files should be used instead.
SasView version (please complete the following information):
Operating system (please complete the following information):
Installation method (please complete the following information):
- Installed: Windows INstaller
Describe the bug
When PRs against a branch named
release*is triggered, the OS-specific dependency lists, that are pinned, are supposed to be used, but they are not.See the build for 3980. Under
Install correct versions..., bumps v1.0.4 is installed, but the dependency files have v1.0.5rc0 pinned in them suggesting the unpinnedrequirements.txtfile is used.Expected behavior
The
requirements-{{ $os}}.txtfiles should be used instead.SasView version (please complete the following information):
Operating system (please complete the following information):
Installation method (please complete the following information):