Skip to content

Commit 5b8f5b0

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
2 parents 2477c9a + d170231 commit 5b8f5b0

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/scripts/version_script.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ echo TENSORDICT_BUILD_VERSION is set to %TENSORDICT_BUILD_VERSION%
44

55
@echo on
66

7+
pip install cmake pybind11
8+
79
set VC_VERSION_LOWER=17
810
set VC_VERSION_UPPER=18
911
if "%VC_YEAR%" == "2019" (

.github/scripts/version_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/bash
22

33
export TENSORDICT_BUILD_VERSION=0.8.0
4+
5+
pip install cmake pybind11

.github/unittest/linux/scripts/environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ dependencies:
2020
- h5py
2121
- orjson
2222
- ninja
23+
- pybind11
24+
- cmake

.github/unittest/linux/scripts/setup_env.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ cat "${this_dir}/environment.yml"
5151
pip install pip --upgrade
5252

5353
conda env update --file "${this_dir}/environment.yml" --prune
54-
conda install anaconda::cmake -y
55-
conda install conda-forge::pybind11 -y
5654

5755
#if [[ $OSTYPE == 'darwin'* ]]; then
5856
# printf "* Installing C++ for OSX\n"

0 commit comments

Comments
 (0)