Skip to content

Commit a8da938

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
2 parents 1545351 + 01af2f5 commit a8da938

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/scripts/version_script.sh

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

33
export TENSORDICT_BUILD_VERSION=0.8.0
4-
5-
${CONDA_RUN} conda install -c conda-forge pybind11 -y

.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% python -m pip install cmake pybind11 -U
9+
%CONDA_RUN% conda install -c conda-forge pybind11 -y
1010

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _main(argv):
202202
packages=find_packages(
203203
exclude=("test", "tutorials", "packaging", "gallery", "docs")
204204
),
205-
package_data={"tensordict": ["_C.so"]},
205+
include_package_data=True,
206206
ext_modules=get_extensions(),
207207
cmdclass={
208208
"build_ext": CMakeBuild,

0 commit comments

Comments
 (0)