mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
fix tests
This commit is contained in:
parent
f50cbbf0a4
commit
ca41e9d2b6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
import * as io from '@actions/io';
|
import * as io from '@actions/io';
|
||||||
const fs = require('fs');
|
import os from 'os';
|
||||||
const path = require('path');
|
import fs from 'fs';
|
||||||
const os = require('os');
|
import path from 'path';
|
||||||
|
|
||||||
const toolDir = path.join(
|
const toolDir = path.join(
|
||||||
__dirname,
|
__dirname,
|
||||||
|
|
Loading…
Add table
Reference in a new issue