mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +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';
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const os = require('os');
|
||||
import os from 'os';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
|
||||
const toolDir = path.join(
|
||||
__dirname,
|
||||
|
|
Loading…
Add table
Reference in a new issue