-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I am using this package in my Github workflow, so sometimes I face issue downloading the client.
>> Dependencies folder is empty. Downloading the latest TLS release...
>> Failed after 4 attempts with error: Failed to fetch the latest release. Status code: 403
>> Failed to load the TLS Client asset: Failed to fetch the latest release. Status code: 403
Can anyone help me with caching the client, so it doesn't download every time?
Current workflow step:
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
cache: pip
cache-dependency-path: '**/dependencies/*.so'
Metadata
Metadata
Assignees
Labels
No labels