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