The test-on-pr and matrix-test CI .yml files in this repository have been modified to pip install all pip.txt dependencies to support Gooey while testing. Please see the PR here https://github.com/diffpy/diffpy.labpdfproc/pull/134
Proposed solution
Once Gooey provides conda packages for Python 3.13, update the test-on-pr and matrix-test CI files using the Billinge group's reusable CI scripts.
Problem
The
test-on-pr
andmatrix-test
CI .yml files in this repository have been modified topip install
allpip.txt
dependencies to supportGooey
while testing. Please see the PR here https://github.com/diffpy/diffpy.labpdfproc/pull/134Proposed solution
Once
Gooey
provides conda packages for Python 3.13, update thetest-on-pr
andmatrix-test
CI files using the Billinge group's reusable CI scripts.