-
Notifications
You must be signed in to change notification settings - Fork 17
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
ERROR: Conanfile not found at /tmp/myautotest/autocheck/[*]@github/thejohnfreeman #16
Comments
Impressive. It actually ran a test.
Which is more than I can say for our friends at |
For the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WSL ubuntu on Windows 10.
So git clone manually.
conan install autocheck
Next
test_requires
in the conanfile.py conflicts with new Conantest_requires
so the list needs renamed. Trytest_requires_list
. Here is the error output you would see otherwise:Now we are missing a
cupcake
.Fix with --build missing.
conan install autocheck/ --build missing
Cheers.
The text was updated successfully, but these errors were encountered: