Skip to content

Commit

Permalink
Try fix disdrodb installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Nov 5, 2023
1 parent 6f0085d commit be640af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/MetadataChecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
environment-file: ci/environment.yml
create-args: "python=3.11"
init-shell: bash

- name: Install disdrodb # In future install from micromamba
run: |
pip install disdrodb
- name: Run the DISDRODB Metadata Checker
run: |
disdrodb_check_metadata_archive --base_dir /home/runner/work/disdrodb-data/disdrodb-data/DISDRODB

0 comments on commit be640af

Please sign in to comment.