In the docs (https://poetry.eustace.io/docs/cli/#add) I see that you can add git dependency but when I tried this I got an error.
I've run this command poetry add --git https://github.com/karantan/ansible@v2.6.0.1 ansible and I got the following error:
Updating dependencies
Resolving dependencies... (47.5s)
[CalledProcessError]
Command '['git', '--git-dir', '/var/folders/fk/39r4_x312jnb1qz_pv27jg280000gn/T/pypoetry-git-ansibletxy4by9n/.git', '--work-tree', '/var/fold
ers/fk/39r4_x312jnb1qz_pv27jg280000gn/T/pypoetry-git-ansibletxy4by9n', 'checkout', 'master']' returned non-zero exit status 1.
add [-D|--dev] [--git GIT] [--path PATH] [-E|--extras EXTRAS] [--optional] [--python PYTHON] [--platform PLATFORM] [--allow-prereleases] [--dry-run] [--] <name> (<name>)...
So how can I install my ansible package that is tagged with v2.6.0.1?
In the docs (https://poetry.eustace.io/docs/cli/#add) I see that you can add git dependency but when I tried this I got an error.
I've run this command
poetry add --git https://github.com/karantan/ansible@v2.6.0.1 ansibleand I got the following error:So how can I install my ansible package that is tagged with
v2.6.0.1?