From 9b8a9a010a7d7c1c9b420d3efb1993121b47f259 Mon Sep 17 00:00:00 2001 From: Jan Eglinger Date: Mon, 16 Oct 2023 15:22:51 +0200 Subject: [PATCH] GitHub Actions: install mobie_utils using conda --- .github/workflows/test_and_deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index e3e5b73a..c4e6d9c3 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -50,6 +50,10 @@ jobs: shell: bash -l {0} run: conda info + - name: Install conda dependencies + shell: bash -l {0} + run: conda install -c conda-forge mobie_utils fsspec=2023.6.0 + - name: Install dependencies shell: bash -l {0} run: |