Skip to content

Commit 6915323

Browse files
committed
test: no pip cache
1 parent d0a7a2a commit 6915323

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/integration/runTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ async function main() {
1212
path.resolve(__dirname, '../../../test/requirements.txt'),
1313
'--force',
1414
'--upgrade',
15+
'--no-cache-dir',
1516
]);
1617
if (results.status !== 0) {
1718
console.error(results.stderr.toString());

test/unitTest/runTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ async function main() {
1212
path.resolve(__dirname, '../../../test/requirements.txt'),
1313
'--force',
1414
'--upgrade',
15+
'--no-cache-dir',
1516
]);
1617
if (results.status !== 0) {
1718
console.error(results.stderr.toString());

0 commit comments

Comments
 (0)