Skip to content

Commit a135d5d

Browse files
author
lvkunpeng
committed
add cmake_switch_python.yml
1 parent a872a87 commit a135d5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake_switch_python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ jobs:
125125
steps:
126126
- name: Setup Python 3.10 and Upload to BOS
127127
run: |
128+
cd Paddle
128129
set -xe
129130
PYTHON_BIN=python3.10
131+
workspace=$(pwd)
130132
131133
$PYTHON_BIN -m venv myenv --clear
132134
source myenv/bin/activate
@@ -135,7 +137,7 @@ jobs:
135137
wget -q --no-proxy --no-check-certificate https://paddle-qa.bj.bcebos.com/CodeSync/develop/PaddlePaddle/PaddleTest/tools/bos_tools.py
136138
push_file=$PWD/bos_tools.py
137139
138-
cd ${workspace}/Paddle/BUILD_RESULT
140+
cd ${workspace}/BUILD_RESULT
139141
140142
for whl_file in $(ls *.whl); do
141143
python $push_file $whl_file ${whl_package}

0 commit comments

Comments
 (0)