Skip to content

Commit

Permalink
[CI] Update PyXIR version to 0.1.3 (apache#6769)
Browse files Browse the repository at this point in the history
Co-authored-by: Shibui Yusuke <yusuke.shibui@ShibuinoMacBook-Pro.local>
  • Loading branch information
2 people authored and zhiics committed Oct 28, 2020
1 parent d23c72e commit 56f9495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_vitis_ai_packages_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ mkdir "$PYXIR_HOME"

pip3 install progressbar

git clone --recursive --branch v0.1.2 https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}"
git clone --recursive --branch v0.1.3 https://github.com/Xilinx/pyxir.git "${PYXIR_HOME}"
cd "${PYXIR_HOME}" && python3 setup.py install

0 comments on commit 56f9495

Please sign in to comment.