提交 fb605e05 编写于 作者: S ShawnXuan

test find wheel

上级 42b9dda5
...@@ -63,14 +63,15 @@ jobs: ...@@ -63,14 +63,15 @@ jobs:
set +x set +x
- name: Check if wheel available - name: Check if wheel available
id: find-wheel id: find-wheel
uses: Oneflow-Inc/get-oneflow/find-wheel@ee5b8d83dfc4645d0e67ae603d31f78fd4b1c1a7 uses: Oneflow-Inc/get-oneflow/find-wheel@ecd186e8c13383f0a2b7eabe6ea37c53a8660572
with: with:
ref: ${{ env.oneflow_commit }} ref: ${{ env.oneflow_commit }}
entry: ${{ github.event.inputs.compute_platform }} entry: ${{ github.event.inputs.compute_platform }}
python-version: ${{ github.event.inputs.python_version }}
build-oneflow: build-oneflow:
name: "Build OneFlow ${{ github.event.inputs.compute_platform }}" name: "Build OneFlow ${{ github.event.inputs.compute_platform }}"
needs: [find-oss-wheel] needs: [find-oss-wheel]
if: ${{ needs.find-oss-wheel.outputs.find-wheel-hit == 1 }} if: ${{ !needs.find-oss-wheel.outputs.find-wheel-hit }}
runs-on: ['self-hosted', 'linux', 'provision'] runs-on: ['self-hosted', 'linux', 'provision']
env: env:
MANYLINUX_CACHE_DIR: ~/manylinux-cache-dir/${{ github.event.inputs.compute_platform }} MANYLINUX_CACHE_DIR: ~/manylinux-cache-dir/${{ github.event.inputs.compute_platform }}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册