Closed a-larkins99 closed 7 months ago
@mducle following the changes to fix the pace_neutrons
command, the CI fails with the following error:
error in pace_neutrons setup command: "values of 'package_data' dict" must be a list of strings (got 'MCR_license.txt')
@a-larkins99
@mducle following the changes to fix the
pace_neutrons
command, the CI fails with the following error:
error in pace_neutrons setup command: "values of 'package_data' dict" must be a list of strings (got 'MCR_license.txt')
Ooops... sorry it was because the MCR_license.txt
file was not being copied into the wheel... I didn't check the building of the wheel sorry. Could you change that line to:
package_data={'pace_neutrons':CTFFILES, 'pace_neutrons':['MCR_license.txt']},
(e.g. make it a 1-element list).
I think all the required changes on this one are done now, unless you'd like the env
bit changed to printenv
?
Jenkinsfile changes:
Github actions workflow changes:
Misc file changes:
Notes: