8000 Set fallback location in tests · tkurokawa/setup-python@ee2b5c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee2b5c6

Browse files
author
Danny McCormick
committed
Set fallback location in tests
1 parent 145e800 commit ee2b5c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

__tests__/finder.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const tempDir = path.join(
2424
);
2525

2626
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
27+
process.env['AGENT_TOOLSDIRECTORY'] = toolDir;
2728
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
2829

2930
import * as finder from '../src/find-python';

0 commit comments

Comments
 (0)
0