Skip to content

Commit

Permalink
Fixing python version of wheel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5 committed Sep 13, 2018
1 parent e4ebc0d commit b25e827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wheel/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ chmod +x "$miniconda_sh" && \
rm "$miniconda_sh"
export PATH="$tmp_conda/bin:$PATH"
echo $PATH
conda create -yn "py$python_nodot" python="$desired_python"
source activate "py$python_nodot"


# Have a separate Pytorch repo clone
Expand Down

0 comments on commit b25e827

Please sign in to comment.