Skip to content

Commit

Permalink
refine workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 17, 2022
1 parent 1764270 commit f9cdcad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ jobs:
entries: |
cu102
cpu
cu101_xla
build-manylinux:
name: "Build manylinux"
Expand Down Expand Up @@ -283,7 +282,7 @@ jobs:
src-dir: ${{ env.MANYLINUX_CACHE_DIR }}/build/liboneflow_cpp/lib
dst-dir: liboneflow_cpp/lib
- name: Upload whl
if: ${{ !fromJson(matrix.cache-hit) && contains(matrix.runs-on, 'self-hosted') && (steps.build-cpu.outcome == 'success' || steps.build-cuda.outcome == 'success' || steps.build-xla.outcome == 'success') }}
if: ${{ !fromJson(matrix.cache-hit) && contains(matrix.runs-on, 'self-hosted') && (steps.build-cpu.outcome == 'success' || steps.build-cuda.outcome == 'success') }}
uses: Oneflow-Inc/get-oneflow/digest/upload@remove-single-client
timeout-minutes: 10
with:
Expand Down

0 comments on commit f9cdcad

Please sign in to comment.