Skip to content

Commit

Permalink
Disable pip version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 31, 2024
1 parent 22dd493 commit 7e0c249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/manimInstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class ManimInstaller {
this.venvPath = path.join(tmpFolder, "manimVenv");
console.log(`🍭 Python virtual environment path: ${this.venvPath}`);
await run(`python3 -m venv ${this.venvPath}`);
await this.runWithVenvBin("pip config set global.disable-pip-version-check true");
}

/**
Expand Down

0 comments on commit 7e0c249

Please sign in to comment.