Skip to content

Commit aa3b163

Browse files
committed
Restructure pip command
Signed-off-by: Michael Dolan <[email protected]>
1 parent 0e61078 commit aa3b163

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@
201201

202202
if RTD_BUILD:
203203
subprocess.run(
204-
[sys.executable, "-m", "pip", "install", f"opencolorio=={version}"],
204+
[
205+
"python", "-m", "pip", "install", "--no-cache-dir",
206+
f"opencolorio=={version}"
207+
],
205208
check=True
206209
)

0 commit comments

Comments
 (0)