Skip to content

Commit e4141a8

Browse files
committed
Remove relative paths
1 parent a9fa1d6 commit e4141a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
export TVM_NDK_CC=${ANDROID_NDK_HOME}/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android30-clang++
147147
export TVM_HOME=~/work/tvm/tvm
148148
export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
149-
python3 ../../python/gen_requirements.py
150-
pip3 install -r ../../python/requirements/core.txt
149+
python3 ${TVM_HOME}/python/gen_requirements.py
150+
pip3 install -r ${TVM_HOME}/python/requirements/core.txt
151151
cd models
152152
pip3 install -r requirements.txt
153153
python3 prepare_model.py

0 commit comments

Comments
 (0)