Skip to content

Commit

Permalink
Retry download (w/o build)
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 12, 2024
1 parent 3484d39 commit 4568310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ on:

# If RUN_BUILD_JOB is set to true, then RUN_ID will be overwritten to the current run id
env:
RUN_BUILD_JOB: true
RUN_ID: 10713717594 # Only used if RUN_BUILD_JOB is false (to dowload build artifact)
RUN_BUILD_JOB: false # TODO(LM): Set to true
RUN_ID: 10824742361 # Only used if RUN_BUILD_JOB is false (to dowload build artifact)

jobs:
build:
name: Build package (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # TODO(LM): Set to true
fail-fast: true
matrix:
os: ["ubuntu-22.04", "windows-2022", "macos-14"]
include:
Expand Down

0 comments on commit 4568310

Please sign in to comment.