Skip to content

Commit

Permalink
test CI only
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinfromTJ authored Dec 6, 2023
1 parent 3cb40f8 commit 7bff859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_runs-on-ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
with:
build_shell: "
source dicp/scripts/ci/ascend/ci_ascend_build_env.sh && \
conda info --envs | grep "*" | awk '{print $1}' && \
pip uninstall torch_dipu -y && \
pip uninstall dicp -y && \
cd dipu && python setup.py install --user && \
Expand All @@ -83,4 +84,4 @@ jobs:
bash ${TEST_DIR}/ascend_scripts/models/run_test_models.sh false
"
job_name: "build_test"
cover_job: "0"
cover_job: "0"

0 comments on commit 7bff859

Please sign in to comment.