Skip to content

Commit

Permalink
fix run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jingguo-st committed Sep 4, 2024
1 parent 51e4864 commit 99b1e76
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ jobs:
run: |
source /mnt/cache/share/platform/cienv/dipu_latest_ci
cd ${DEEPLINK_PATH}/${{ github.run_number }}/DeepLinkExt
export PYTHONPATH=$PWD:$PYTHONPATH
cd tests/
export DEEPLINK_EXT_PLATFORM_TYPE=torch_dipu
python -m pytest tests/dipu
python -m pytest -v ./
export DEEPLINK_EXT_PLATFORM_TYPE=torch_npu
python -m pytest tests/npu
python -m pytest -v ./

0 comments on commit 99b1e76

Please sign in to comment.