Skip to content

Commit 5c9cd2c

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 3717cdd commit 5c9cd2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/linux-pre-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
yum update gcc
44
yum update libstdc++
55

6-
${CONDA_RUN} pip install cmake pybind11
6+
${CONDA_RUN} python -m pip install cmake pybind11 -U

.github/scripts/version_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
export TENSORDICT_BUILD_VERSION=0.7.0
44

5-
${CONDA_RUN} pip install cmake pybind11
5+
${CONDA_RUN} python -m pip install cmake pybind11 -U

.github/scripts/win-pre-script.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if "%CONDA_RUN%"=="" (
66
)
77

88
:: Run the pip install command
9-
%CONDA_RUN% pip install cmake pybind11
9+
%CONDA_RUN% python -m pip install cmake pybind11 -U
1010

1111
:: Check if the installation was successful
1212
if errorlevel 1 (

0 commit comments

Comments
 (0)