You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/31 11:05:45 UTC

[streampipes] 01/01: extend python unit tests to Windows

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/python-unit-tests-windows
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 39ca1e1abe2dd30d20198aa9666d9dbe98bf47de
Author: bossenti <bo...@posteo.de>
AuthorDate: Sat Dec 31 12:05:22 2022 +0100

    extend python unit tests to Windows
---
 .github/workflows/pr-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index b92c5df09..07a8b308f 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -143,7 +143,7 @@ jobs:
       fail-fast: false
       matrix:
         python: [3.8, 3.9, "3.10"]
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest, macos-latest, windows-latest]
 
     steps:
       - uses: actions/checkout@v2