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

tn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git


The following commit(s) were added to refs/heads/main by this push:
     new edc820b  use poetry to run pytest to avoid guessing the VENV
edc820b is described below

commit edc820b8302ef00eeedbb3e373051d663a5aedfc
Author: Thomas Neidhart <t...@apache.org>
AuthorDate: Thu Feb 20 13:48:10 2025 +0100

    use poetry to run pytest to avoid guessing the VENV
---
 .github/workflows/build.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a55a1e8..a544453 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -48,5 +48,4 @@ jobs:
       # Run tests
       - name: Run tests
         run: |
-          source $VENV
-          pytest -rs tests
+          poetry run pytest -rs tests


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org
For additional commands, e-mail: dev-h...@tooling.apache.org

Reply via email to