mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-21 17:49:35 +01:00
Set fallback location in tests
This commit is contained in:
parent
145e800d1f
commit
ee2b5c67ae
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ const tempDir = path.join(
|
|||
);
|
||||
|
||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['AGENT_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
||||
|
||||
import * as finder from '../src/find-python';
|
||||
|
|
Loading…
Reference in a new issue