Skip to content

Commit

Permalink
change the install e2e suites path
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Apr 2, 2024
1 parent 1cfa454 commit 8808e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ run:
run: |
source activate e2e_ci
cd ${{ github.workspace }}
BENCHMARK_PINNED_COMMIT=$(cat .github/ci_commit_pins/benchmark.txt)
cd ..
if [ ! -d "benchmark" ]; then
git clone --recursive https://github.com/weishi-deng/benchmark
fi
cd benchmark
BENCHMARK_PINNED_COMMIT=$(cat .github/ci_commit_pins/benchmark.txt)
git checkout ${BENCHMARK_PINNED_COMMIT}
python install.py
pip install -e .
Expand Down

0 comments on commit 8808e8d

Please sign in to comment.