From 3ef4decdafaf372bb8672aa415fcbb0f35b00819 Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Wed, 18 Dec 2024 14:31:42 +0100 Subject: [PATCH] [cicd] echo %PATH% for testing --- .github/workflows/conda-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conda-install.yml b/.github/workflows/conda-install.yml index 848a49b2..805827bd 100644 --- a/.github/workflows/conda-install.yml +++ b/.github/workflows/conda-install.yml @@ -78,6 +78,7 @@ jobs: pip install . - name: Test with pytest run: | + echo %PATH% pytest env: PGUSER: postgres