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 68ef716 commit f6dbee6
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 @@ -34,10 +34,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ${{ fromJson(inputs.os) || fromJson(['windows-latest', 'macos-latest']) }}
os: ${{ fromJSON(inputs.os) || fromJSON("['windows-latest', 'macos-latest']") }}
# 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(['3.10']) }}
python-version: ${{ fromJSON(inputs.python-version) || fromJSON("['3.10']") }}
runs-on: ${{ matrix.os }}
environment: Development
steps:
Expand Down

0 comments on commit f6dbee6

Please sign in to comment.