Skip to content

Commit

Permalink
GitHub Actions: install mobie_utils using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
imagejan committed Oct 16, 2023
1 parent 67dfecd commit d88b6eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d88b6eb

Please sign in to comment.