lmvysakh

Results 39 comments of lmvysakh

Hello everyone, We wanted to update you that a potential fix for the slow cache restore issue on Windows has been implemented in PR #515. This pull request aims to...

Hi @nikpivkin, We have conducted extensive testing of the cache restoration process using actions/setup-go v5 and v6 across Windows runners, as well as with various runner configurations. Also, the initial...

Hi @screig , After investigating, we identified several issues causing the caching to fail, such as secret handling and syntax errors in the pip install command. Initially, the following command...

Hi @screig, I'd like to provide some clarity on the caching capabilities supported by the `setup-python` action and its limitations: The `setup-python` action supports caching for Python packages installed from...

Hi @screig, Currently, the `setup-python` action does not support caching for external packages, such as `Azure Artifacts`. The caching functionality is primarily designed for packages from the `PyPI` repository and...

Hi @screig, We recommend trying out caching with `actions/cache`, as it can be used to cache Python dependencies. Below is an example workflow demonstrating the same: ```yaml - name: Set...

Hello @screig, Just a gentle reminder! Could you please let us know if there are any updates from your side regarding this issue? Thank you!

Hello @screig, Thank you for your feedback and for sharing your use case. The current limitation when using the setup-python action for caching with composite actions arises from the fact...

Hello  @screig, Just a gentle reminder! Could you please let us know if there are any updates from your side regarding this issue? Thank you!

Hello **@screig** Due to not receiving a response for a long time, we are going to close this issue for now. Please feel free to reach us in case of...