From e714fbc68efc92726992092f38c8f8677d50078e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Mon, 1 Jul 2024 10:22:30 +0200 Subject: [PATCH] Add scooby --- .github/workflows/linux.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d174bf1e..1407e6c4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -33,7 +33,7 @@ jobs: conda info -a - name: Install pyGIMLi - run: conda install -c gimli -c conda-forge pygimli + run: conda install -c gimli -c conda-forge pygimli scooby - name: Conda list run: conda list @@ -41,5 +41,8 @@ jobs: - name: Which Python run: which python + - name: Scooby pyGIMLi + run: scooby pygimli + - name: Import pyGIMLi run: python -c 'import pygimli; print(pygimli.Report())'