Conversation
|
should fail because of #2446 |
|
ideally after that one is fixed we could make it fail for this issue as well: #2450 currently that takes doing a query though |
1ac2e4e to
caf3c73
Compare
caf3c73 to
5c57c19
Compare
|
I am hesitant to add yet another example because we have many examples and not enough CI slots (or at least at some point I've heard that) and most of the cases present in the example already have unit tests, so I am not sure if this is adding anything on top of what is present in That said, the Given that #2488 fixes the original issue, I would be willing to repurpose this work as a section in our docs on using PyPI deps. What do you think? |
5c57c19 to
a4a46a5
Compare
This has been a useful starting point for me locally to repro pypi downloader issues we see in our project.
45b57a8 to
83d5d23
Compare
83d5d23 to
4218c59
Compare
|
FYI this does not seem to fix #2634, because in that example torch is coming from the same index URL either way |
This has been a useful starting point for me locally to repro pypi
downloader issues we see in our project.