While building QM, I currently get this warning during the ansible-galaxy install -r requirements.yml:
- marvel-nccr.aiida (v2.3.2) was installed successfully
[WARNING]: - dependency marvel-nccr.current_user (master) (master) from role
marvel-nccr.aiida differs from already installed version (v0.1.0), skipping
@chrisjsewell I see that you've already updated the current_user dependency in the aiida role to use v0.1.0 but perhaps we can be a bit less stringent here: what about removing the version pinning from there, and also removing the dependency from the requirements.yml here in the quantum-mobile repository?
current_user used to be part of many other roles but I think it's now only used by aiida and aiidalab
While building QM, I currently get this warning during the
ansible-galaxy install -r requirements.yml
:@chrisjsewell I see that you've already updated the current_user dependency in the
aiida
role to usev0.1.0
but perhaps we can be a bit less stringent here: what about removing the version pinning from there, and also removing the dependency from therequirements.yml
here in the quantum-mobile repository?current_user
used to be part of many other roles but I think it's now only used by aiida and aiidalab