ArcanaFramework / arcana

Abstraction of Repository Centric ANAlysis
Other
4 stars 5 forks source link

[BUG] Arcana dependencies that need to be installed from GitHub/Lab are missing 'git+' qualifier #101

Closed tclose closed 2 years ago

tclose commented 2 years ago

Description

Arcana dependencies that need to be installed from GitHub/Lab are missing 'git+' qualifier

How to reproduce

Steps to reproduce the behavior:

  1. Install Arcana (950b9849) within a virtual env
  2. Do not install Pydra locally
  3. Attempt to build a pipeline specification using 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

tclose commented 2 years ago

This has been fixed