From 5386dbba447e98204698748ed3b6e0d2b229ff2f Mon Sep 17 00:00:00 2001 From: Liat Schulzinger Date: Tue, 13 Feb 2024 17:06:36 +0200 Subject: [PATCH] trigger --- .github/workflows/liat.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/liat.yml b/.github/workflows/liat.yml index 1939e80..d7e85e5 100644 --- a/.github/workflows/liat.yml +++ b/.github/workflows/liat.yml @@ -30,10 +30,13 @@ jobs: python-version: 3.11 - name: Conda info shell: bash -el {0} - run: conda info + run: conda list - name: Pheno Utils shell: bash -el {0} - run: conda install pheno-utils + run: | + conda list + pip install pheno-utils + conda list # - name: Install conda # continue-on-error: true