Skip to content

Commit

Permalink
try converting workflow to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 30, 2024
1 parent d338222 commit c2a952b
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 @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
python-version: [3.8.4, 3.12]
python: [3.8.4, 3.12]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup Python
uses: ./.github/actions/setup-python
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python }}
cache-dependency-path: "requirements.txt"

- name: Setup Windows dependencies
Expand Down

0 comments on commit c2a952b

Please sign in to comment.