Closed tclose closed 2 years ago
Arcana dependencies that need to be installed from GitHub/Lab are missing 'git+' qualifier
Steps to reproduce the behavior:
arcana deploy build
The build completes successfully
The build fails attempting to install Pydra from https://github.com/nipype/pydra
Need to add 'git+' qualifier to pip install string
This has been fixed
Description
Arcana dependencies that need to be installed from GitHub/Lab are missing 'git+' qualifier
How to reproduce
Steps to reproduce the behavior:
arcana deploy build
Expected behaviour
The build completes successfully
Actual behaviour
The build fails attempting to install Pydra from https://github.com/nipype/pydra
Environment
Additional context
Need to add 'git+' qualifier to pip install string