Skip to content
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

BUG: Support local pip packages and editable installs #1312

Closed
HaoZeke opened this issue Aug 6, 2023 · 0 comments · Fixed by #1313
Closed

BUG: Support local pip packages and editable installs #1312

HaoZeke opened this issue Aug 6, 2023 · 0 comments · Fixed by #1313

Comments

@HaoZeke
Copy link
Member

HaoZeke commented Aug 6, 2023

Consider the following:

    "matrix": {
        "req": {
            "numpy": [""],
            "pip+asv_runner": ["asvWork/asv_runner"]
        },
    },

Which currently doesn't work. Indeed, any kind of options are also not passed through to pip, making -e also not possible to be passed. This is contrary to the documentation, which leads one to believe that the arguments are passed to pip transparently.

HaoZeke added a commit to HaoZeke/asv that referenced this issue Aug 7, 2023
HaoZeke added a commit to HaoZeke/asv that referenced this issue Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant