8000 imitate problem · akv-platform/setup-python@badd189 · GitHub
[go: up one dir, main page]

Skip to content

Commit badd189

Browse files
committed
imitate problem
1 parent 3939e19 commit badd189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/install-python.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
7474
core.info(`Download from "${downloadUrl}"`);
7575
let pythonPath = '';
7676
try {
77+
throw new tc.HTTPError(403)
7778
pythonPath = await tc.downloadTool(downloadUrl, undefined, AUTH);
7879
core.info('Extract downloaded archive');
7980
let pythonExtractedFolder;

0 commit comments

Comments
 (0)
0