We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a7a2a commit 6915323Copy full SHA for 6915323
test/integration/runTest.ts
@@ -12,6 +12,7 @@ async function main() {
12
path.resolve(__dirname, '../../../test/requirements.txt'),
13
'--force',
14
'--upgrade',
15
+ '--no-cache-dir',
16
]);
17
if (results.status !== 0) {
18
console.error(results.stderr.toString());
test/unitTest/runTest.ts
0 commit comments