From 74d739bab5c6cadc52c42d47ae6751d0e8098379 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Mon, 17 Jun 2024 09:01:09 +0200 Subject: [PATCH] debug --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 970d354..4dfc625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,10 @@ jobs: python -m pip install pytest - name: Test with pytest + shell: bash run: | + pwd + echo ${PYTHONPATH} python -c "\ import sys, epr, numpy as np;\ print('PyEPR: %s' % epr.__version__);\ @@ -105,7 +108,10 @@ jobs: python -m pip install pytest - name: Test with pytest + shell: bash run: | + pwd + echo ${PYTHONPATH} python -c "\ import sys, epr, numpy as np;\ print('PyEPR: %s' % epr.__version__);\