You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 aiidalabThe text was updated successfully, but these errors were encountered: