Skip to content

Commit

Permalink
Add runtime tag in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
humpydonkey committed May 13, 2024
1 parent 9261d4e commit 8bcae34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bcae34

Please sign in to comment.