File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69290,7 +69290,7 @@ const core = __importStar(__nccwpck_require__(2186));
69290
69290
const tc = __importStar(__nccwpck_require__(7784));
69291
69291
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
69292
69292
// This is where pip is, along with anything that pip installs.
69293
- // There is a seperate directory for `pip install --user`.
69293
+ // There is a separate directory for `pip install --user`.
69294
69294
//
69295
69295
// For reference, these directories are as follows:
69296
69296
// macOS / Linux:
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ jobs:
426
426
with:
427
427
python-version: "3.8.0"
428
428
cache: "poetry"
429
- - run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key
429
+ - run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key
430
430
` ` `
431
431
432
432
# # Environment variables
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';
11
11
12
12
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
13
13
// This is where pip is, along with anything that pip installs.
14
- // There is a seperate directory for `pip install --user`.
14
+ // There is a separate directory for `pip install --user`.
15
15
//
16
16
// For reference, these directories are as follows:
17
17
// macOS / Linux:
You can’t perform that action at this time.
0 commit comments