From 36173f11a6916e57af8c5f25ebe2840fab838b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCmmmerer?= Date: Tue, 7 Nov 2023 01:06:16 +0100 Subject: [PATCH] try fixing failing github test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Kümmmerer --- .github/workflows/test-package-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package-conda.yml b/.github/workflows/test-package-conda.yml index c1dcb93..5178b66 100644 --- a/.github/workflows/test-package-conda.yml +++ b/.github/workflows/test-package-conda.yml @@ -68,5 +68,5 @@ jobs: - name: test build and install run: | python setup.py sdist - pip install dist/*.tar.gz + $CONDA/bin/pip install dist/*.tar.gz mkdir tmp && cd tmp && python -c "import pysaliency"