neutrons / PyRS

Reduction and visualization software for Stress Residual (HB2B)
https://neutrons-pyrs.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
6 stars 7 forks source link

correct conditions in CI-step for conda packaging and publishing #830

Closed jmborr closed 1 year ago

peterfpeterson commented 1 year ago

From Chris:

I might have found the source of the seg fault. Mac and Linux install different version of pyqt (5.12 vs 5.15). I set pyqt=5.12 in the environment.yml and i can now pass tests without seg faults on my ubuntu machine. The test is in progress on github.

fanchercm commented 1 year ago

@peterfpeterson @jmborr Setting pyqt=5.12 in the environment.yml file does prevent seg faults during the tests (https://github.com/neutrons/PyRS/blob/TextureUI/environment.yml#L10) Mamba on Mac defaults to pyqt=5.12 while linux pulls a newer version.