Compare commits

..

1 Commits

Author SHA1 Message Date
e86dffea3d Update utils.ts 2022-04-01 16:04:52 +05:30
3 changed files with 4 additions and 4 deletions

View File

@ -249,10 +249,10 @@ steps:
**Caching poetry dependencies:**
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v3
- uses: actions/setup-python@v2
with:
python-version: '3.9'
cache: 'poetry'

2
dist/setup/index.js vendored
View File

@ -38341,7 +38341,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const glob = __importStar(__webpack_require__(281));
const path = __importStar(__webpack_require__(622));
const exec = __importStar(__webpack_require__(986));
const cache_distributor_1 = __importDefault(__webpack_require__(596));
const cache_distributor_1 = __importDefault(__webpack_require__(435));
class PoetryCache extends cache_distributor_1.default {
constructor(pythonVersion, patterns = '**/poetry.lock') {
super('poetry', patterns);

View File

@ -25,7 +25,7 @@ export interface IPyPyManifestRelease {
files: IPyPyManifestAsset[];
}
/** create Symlinks for downloaded PyPy
/** create Symlinks for downflfoaded PyPy
* It should be executed only for downloaded versions in runtime, because
* toolcache versions have this setup.
*/