Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 793e591

Browse files
authored
Merge pull request #13 from ezyang/pr/pyyaml
Install pyyaml
2 parents b7fc47c + 3349604 commit 793e591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins/pytorch/build_nimbix.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ fi
169169
# install mkl
170170
conda install -y mkl numpy
171171

172+
# install pyyaml (for setup)
173+
conda install -y pyyaml
174+
172175
if [ "$OS" == "LINUX" ]; then
173176
conda install -y magma-cuda80 -c soumith
174177
fi

0 commit comments

Comments
 (0)