Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add PATHONPATH
  • Loading branch information
tianlef committed Dec 15, 2025
commit 65cb153781dddae8751b5c3bf30cc2a72c3e339a
3 changes: 2 additions & 1 deletion .github/workflows/H-Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ jobs:
- name: Multi-card test
run: |
docker exec -t ${{ env.container_name }} /bin/bash -ce '
source .venv/bin/activate
source /paddle/.venv/bin/activate
export PYTHONPATH=$(pwd)
python -c "import paddle; print(paddle.version.commit)"
bash ci/multi-card_test.sh
multi_card_exit_code=$?
Expand Down
Loading