Skip to content

Commit

Permalink
debug with ssh action
Browse files Browse the repository at this point in the history
Signed-off-by: daquexian <daquexian566@gmail.com>
  • Loading branch information
daquexian committed Mar 29, 2023
1 parent 137ab19 commit 4d23a13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ jobs:
python-versions: |
3.7
3.8
- name: Debugging with ssh
uses: lhotari/action-upterm@v1
- uses: Oneflow-Inc/get-oneflow@torch1.13
name: Build manylinux ${{ matrix.entry }}
id: build-cpu-sanitizers
Expand Down
11 changes: 5 additions & 6 deletions ci/manylinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ cmake --build . --parallel ${ONEFLOW_CI_BUILD_PARALLEL}
if [ ! -z "$ONEFLOW_CI_BUILD_RUN_LIT" ]; then
${ONEFLOW_CI_PYTHON_EXE} -m pip install -i https://mirrors.aliyun.com/pypi/simple --user flowvision==0.1.0
export PATH=$PATH:$(dirname $ONEFLOW_CI_PYTHON_EXE)
sleep 99999999
cmake --build . -t c1
# cmake --build . -t c1
fi

# build pip
cd ${ONEFLOW_CI_SRC_DIR}
cd python
${ONEFLOW_CI_PYTHON_EXE} setup.py bdist_wheel
# # build pip
# cd ${ONEFLOW_CI_SRC_DIR}
# cd python
# ${ONEFLOW_CI_PYTHON_EXE} setup.py bdist_wheel

0 comments on commit 4d23a13

Please sign in to comment.