Compare commits

...

7 Commits

Author SHA1 Message Date
Palash Tyagi
4f619a1cbb
Merge 5a4997fe7e6a7d1f681dc45944aec14e73a6212d into 53aa38c736a561b9c17b62df3fe885a17b78ee6d 2025-01-06 18:04:07 +00:00
janco-absa
53aa38c736
Correct GitHub Spelling in caching-strategies.md (#1526)
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Licensed / Licensed (push) Has been cancelled
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (ubuntu-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (ubuntu-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-proxy-save (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Tests / test-proxy-restore (push) Has been cancelled
GitHub was spelled incorrectly 3 lines under the Understanding how to choose path section
2025-01-06 16:55:00 +00:00
Palash Tyagi
5a4997fe7e
Merge branch 'main' into Magnus167docs-pypi-link-update 2024-04-02 12:28:32 +01:00
Palash Tyagi
492beac473
Merge branch 'main' into Magnus167docs-pypi-link-update 2024-02-18 06:51:56 +00:00
Palash Tyagi
8832a84d24
Merge branch 'main' into Magnus167docs-pypi-link-update 2024-01-12 17:00:45 +00:00
Palash Tyagi
597823910f updated pip's caching docs link 2023-10-01 03:03:50 +00:00
Palash Tyagi
cb2f319763
Update examples.md 2023-10-01 03:50:57 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ The [GitHub Context](https://docs.github.com/en/actions/learn-github-actions/con
While setting paths for caching dependencies it is important to give correct path depending on the hosted runner you are using or whether the action is running in a container job. Assigning different `path` for save and restore will result in cache miss. While setting paths for caching dependencies it is important to give correct path depending on the hosted runner you are using or whether the action is running in a container job. Assigning different `path` for save and restore will result in cache miss.
Below are GiHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS. Below are GitHub hosted runner specific paths one should take care of when writing a workflow which saves/restores caches across OS.
#### Ubuntu Paths #### Ubuntu Paths

View File

@ -454,7 +454,7 @@ Esy allows you to export built dependencies and import pre-built dependencies.
## Python - pip ## Python - pip
For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/reference/pip_install/#caching For pip, the cache directory will vary by OS. See https://pip.pypa.io/en/stable/topics/caching/
Locations: Locations: