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 2023/01/02 16:26:31 UTC

[streampipes] branch dev updated: extend python unit tests to Windows (#973)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b586d4b30 extend python unit tests to Windows (#973)
b586d4b30 is described below

commit b586d4b30d5407ee31c7904e6029bca780115c48
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Mon Jan 2 17:26:27 2023 +0100

    extend python unit tests to Windows (#973)
---
 .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