Skip to content

Commit b3360e4

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
2 parents 50cd171 + 39c99fd commit b3360e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 install conda-forge::pybind11 -y
6+
${CONDA_RUN} install conda-forge::pybind11 -y

.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.8.0
44

5-
conda install conda-forge::pybind11 -y
5+
${CONDA_RUN} install conda-forge::pybind11 -y

0 commit comments

Comments
 (0)