Skip to content

Commit

Permalink
pull latest changes in second job (galaxyproject#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Jan 17, 2024
1 parent 22486bd commit 92b8c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
name: Fetch all tools merge
steps:
- uses: actions/checkout@v4
with:
ref: main #pull latest code produced by job 1, not the revision that started the workflow (https://github.com/actions/checkout/issues/439)
- uses: actions/setup-python@v5
- name: Install requirement
run: python -m pip install -r requirements.txt
Expand Down

0 comments on commit 92b8c97

Please sign in to comment.