SCIInstitute / shapeworks-cloud

A web version of ShapeWorks Studio
https://www.shapeworks-cloud.org/#/
Apache License 2.0
1 stars 0 forks source link

fix: Specify username with `createsuperuser` cmd in CI jobs #360

Closed annehaley closed 5 months ago

annehaley commented 6 months ago

CI jobs test/client and download_upload_cycle/client are failing with the following error during the createsuperuser step:

CommandError: You must use --username with --noinput.

https://github.com/girder/shapeworks-cloud/actions/runs/8233684648/job/22513686081?pr=355

This PR adds the --username flag to those instances of the createsuperuser command. The value passed is the same as the value passed to --email.