-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFound /tmp/pypoetry-git-package-randstr in CI #853
Comments
Same error when installing git clone https://github.com/pawamoy/aria2p
cd aria2p
gitlab-runner exec docker check-safety |
I would like to say that I didn't spend the last hour trying to debug this, only to find out I was using So, when using Final word: make sure to use an HTTPS URL instead of a git one, or remember to setup your SSH client if the git url is necessary (private repo, etc.). |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Here is what I get on GitLab CI:
In my local environment it works just fine. Before, I had
jinja2-cli = { git = "git@github.com:mattrobenolt/jinja2-cli", branch = "master" }
in mypyproject.toml
file (without.git
extension), and adding the.git
extension (as seen in another issue) didn't solve it.Could it be because I install
poetry
in CI withpip install poetry
instead of the recommended method?I'm gonna try without
branch = "master"
and withallow-prereleases = true
and report back.The text was updated successfully, but these errors were encountered: