You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 06:13:26 +07:00
Set fallback location in tests
This commit is contained in:
@ -24,6 +24,7 @@ const tempDir = path.join(
|
|||||||
);
|
);
|
||||||
|
|
||||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
||||||
|
process.env['AGENT_TOOLSDIRECTORY'] = toolDir;
|
||||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
||||||
|
|
||||||
import * as finder from '../src/find-python';
|
import * as finder from '../src/find-python';
|
||||||
|
Reference in New Issue
Block a user