mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Fix typos found by codespell
This commit is contained in:
parent
bd6b4b6205
commit
003523a548
4 changed files with 78 additions and 78 deletions
72
dist/cache-save/index.js
vendored
72
dist/cache-save/index.js
vendored
File diff suppressed because one or more lines are too long
78
dist/setup/index.js
vendored
78
dist/setup/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -405,7 +405,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.8.0"
|
python-version: "3.8.0"
|
||||||
cache: "poetry"
|
cache: "poetry"
|
||||||
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key
|
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key
|
||||||
```
|
```
|
||||||
|
|
||||||
## Environment variables
|
## Environment variables
|
||||||
|
|
|
@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';
|
||||||
|
|
||||||
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
|
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
|
||||||
// This is where pip is, along with anything that pip installs.
|
// This is where pip is, along with anything that pip installs.
|
||||||
// There is a seperate directory for `pip install --user`.
|
// There is a separate directory for `pip install --user`.
|
||||||
//
|
//
|
||||||
// For reference, these directories are as follows:
|
// For reference, these directories are as follows:
|
||||||
// macOS / Linux:
|
// macOS / Linux:
|
||||||
|
|
Loading…
Add table
Reference in a new issue