File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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));
6929069290const tc = __importStar(__nccwpck_require__(7784));
6929169291// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
6929269292// 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`.
6929469294//
6929569295// For reference, these directories are as follows:
6929669296// macOS / Linux:
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ jobs:
426426 with:
427427 python-version: "3.8.0"
428428 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
430430` ` `
431431
432432# # Environment variables
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';
1111
1212// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
1313// 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`.
1515//
1616// For reference, these directories are as follows:
1717// macOS / Linux:
You can’t perform that action at this time.
0 commit comments