acostapazo

Results 3 comments of acostapazo

I'm not sure, but this behaivor seems to be something by design as you explain at https://github.com/astral-sh/uv/issues/1853. As @SnoopJ commented, this could be a stopper to our immediate adoption. A...

> You could also just cache the uv cache directory, e.g., > > ```yaml > - uses: actions/cache@v4 > id: cache-uv > with: > path: ~/.cache/uv > key: ${{ runner.os...