Skip to content

Commit

Permalink
Update run_smoke_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Sep 7, 2024
1 parent 63b083d commit 82de941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ${{ fromJSON(inputs.os) }} || ${{ fromJSON(env.OS_DEFAULT) }}
os: ${{ fromJSON(inputs.os) }} || ${{ fromJSON(OS_DEFAULT) }}
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json,
# ctrl + f and search "python-3.<minor>.<patch>-<darwin-arm64/win32/linux>" for supported versions
python-version: ${{ fromJSON(inputs.python-version) }} || ${{ fromJSON(env.PYTHON_VERSION_DEFAULT) }}
python-version: ${{ fromJSON(inputs.python-version) }} || ${{ fromJSON(PYTHON_VERSION_DEFAULT) }}
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 82de941

Please sign in to comment.