From 8bcae34b9d71247880d949450fd6de76806d2c47 Mon Sep 17 00:00:00 2001 From: Yazhou Cao Date: Mon, 13 May 2024 10:43:45 -0700 Subject: [PATCH] Add runtime tag in CI job --- .github/workflows/ci_cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 56c31d19..75c64236 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -12,6 +12,8 @@ jobs: python-version: [3.9, 3.11] os: [ ubuntu-22.04, windows-2022, macos-12 ] runs-on: ${{ matrix.os }} + env: + RUNTIME_TAG: ci_job steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4