From 89995e58aff313ae47d9b1e39d92e7a3bd20c270 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:37:31 -0800 Subject: [PATCH] Update CI-raiwidgets-pytest.yml (#1890) --- .github/workflows/CI-raiwidgets-pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI-raiwidgets-pytest.yml b/.github/workflows/CI-raiwidgets-pytest.yml index 79aad1869c..8b286e83f0 100644 --- a/.github/workflows/CI-raiwidgets-pytest.yml +++ b/.github/workflows/CI-raiwidgets-pytest.yml @@ -22,6 +22,9 @@ jobs: - packageDirectory: "raiwidgets" operatingSystem: macos-latest pythonVersion: 3.9 + - packageDirectory: "raiwidgets" + operatingSystem: windows-latest + pythonVersion: 3.8 runs-on: ${{ matrix.operatingSystem }}