Skip to content

Commit

Permalink
Update run id
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 5, 2024
1 parent 166d1eb commit cdac265
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:
- ".github/workflows/build_conda_ci.yml"

env:
RUN_BUILD_JOB: true
RUN_ID: 10706100292
RUN_BUILD_JOB: false
RUN_ID: 10712122474

jobs:
build:
name: >-
name: >-
${{ github.event.inputs.RUN_BUILD_JOB == 'false'
&& 'Skip '
|| ''}}
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["windows-2022", "ubuntu-22.04"] #, "macos-14"] # TODO(LM): Uncomment
os: ["windows-2022", "ubuntu-22.04"] #, "macos-14"] # TODO(LM): Uncomment
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude
include:
# Use these variables as defaults
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sleap-build-${{ matrix.build-prefix }}
path: build # Upload entire build directory
path: build # Upload entire build directory
retention-days: 1
overwrite: true

Expand All @@ -103,7 +103,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["windows-2022", "ubuntu-22.04"] # , "macos-14"] # TODO(LM): Uncomment
os: ["windows-2022", "ubuntu-22.04"] # , "macos-14"] # TODO(LM): Uncomment
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixinclude
include:
# Default values
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
echo "RUN_ID=${{ github.run_id }}" >> $GITHUB_ENV
# https://github.com/actions/download-artifact?tab=readme-ov-file#usage
- name: Download conda package artifact # Ideally, fastest runner downloads
- name: Download conda package artifact
uses: actions/download-artifact@v4
id: download
with:
Expand All @@ -158,9 +158,9 @@ jobs:
run: |
ls .
ls -R build
- name: Setup Miniconda
uses: conda-incubator/[email protected] # TODO(LM): Upgrade
uses: conda-incubator/[email protected] # TODO(LM): Upgrade
with:
miniforge-version: latest
condarc-file: ${{ matrix.condarc }}
Expand Down

0 comments on commit cdac265

Please sign in to comment.