Skip to content

Commit

Permalink
Merge pull request galaxyproject#51 from galaxyproject/deploy_add_ro_…
Browse files Browse the repository at this point in the history
…crate

Generate RO-Crate metadata before deployment
  • Loading branch information
simleo authored Jul 22, 2021
2 parents 14946b2 + a5c1acd commit c2647ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ jobs:
with:
path: ~/.cache/pip
key: pip_cache_py_${{ matrix.python-version }}_gxy_{{ needs.setup.outputs.galaxy-head-sha }}
- name: Install requirements for gen_crates.py
run: pip install -r workflows/requirements.txt
- name: Generate RO-Crate metadata for workflow repositories
run: python workflows/gen_crates.py workflows
- name: Set git user
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit c2647ab

Please sign in to comment.