diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index e3e5b73a..eb9aa932 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 s3fs=0.4.2 fsspec=2023.6.0 + - name: Install dependencies shell: bash -l {0} run: |