Skip to content

Commit a322b65

Browse files
committed
Copy share
1 parent 11e76be commit a322b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ jobs:
9292
conda install --yes pytorch::pytorch
9393
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/include/* $CONDA_PREFIX/include/
9494
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/lib/* $CONDA_PREFIX/lib/
95+
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/share/* $CONDA_PREFIX/share/
9596
./integration_tests/run_tests.py -b pytorch

0 commit comments

Comments
 (0)