From 24b91e3a65f4d87a2b9746573177c4fe1e64dab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Thu, 4 Jul 2024 17:12:01 +0200 Subject: [PATCH] try with pip --- .github/workflows/linux.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f5e3cad4..b21c8e90 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -32,8 +32,12 @@ jobs: conda config --show conda info -a + - name: Install pipscooby + run: conda install -c conda-forge pip scooby + - name: Install pyGIMLi - run: conda install -c gimli -c conda-forge pygimli scooby + run: pip install pygimli + - name: Conda list run: conda list