Skip to content

Commit

Permalink
Update unit_tests.yml to the workflow on windows, ubuntu, and macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
menouarazib committed Jul 25, 2023
1 parent 3385962 commit 483c8a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [ push ]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ "3.10" ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ "3.9", "3.10", "3.11" ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 483c8a0

Please sign in to comment.