This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch exp/poetry
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/exp/poetry by this push:
new 9c53fdb5c adapt for poetry on windows
9c53fdb5c is described below
commit 9c53fdb5ccc4daf9416351ca6b14c6af59c09129
Author: bossenti <[email protected]>
AuthorDate: Fri Aug 18 18:24:15 2023 +0200
adapt for poetry on windows
Signed-off-by: bossenti <[email protected]>
---
.github/workflows/pr-validation.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index f5b2ffa4a..4621326b6 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -143,6 +143,9 @@ jobs:
matrix:
python: [3.8, 3.9, "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
+ defaults:
+ run:
+ shell: bash
steps:
- uses: actions/checkout@v3
@@ -167,6 +170,7 @@ jobs:
- name: Run unit-tests
working-directory: ./streampipes-client-python
run: |
+ source $VENV # see
https://github.com/snok/install-poetry#running-on-windows
make unit-tests
python-doc-checks: