On the private taps question, is anyone using Azur...
# singer-tap-development
a
On the private taps question, is anyone using Azure Repos as a location rather than git? When I try to pass a
pip_url
like:
<mailto:ssh+git@ssh.dev.azure.com|ssh+git@ssh.dev.azure.com>:v3/my_org/my_team/tap-privatetap
I get a 'looks like a path' error:
Copy code
ERROR: Invalid requirement: '<mailto:ssh+git@ssh.dev.azure.com|ssh+git@ssh.dev.azure.com>:v3/myorg/myteam/tap-privatetap'
Hint: It looks like a path. File '<mailto:ssh+git@ssh.dev.azure.com|ssh+git@ssh.dev.azure.com>:v3/myorg/myteam/tap-privatetap' does not exist.
I definitely have working ssh access as using it in vscode already for git with that repo.