Skip to content

Commit

Permalink
fix file paths in update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Mar 14, 2024
1 parent f0ea9e7 commit ae035f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
working-directory: ${{ env.WORKING_DIR }}
run: |
python -m pip install --upgrade pip
curl https://github.com/ror-community/curation_ops/blob/v2-crosswalk/update_related_records/requirements.txt -o requirements.txt
curl https://raw.githubusercontent.com/ror-community/curation_ops/v2-crosswalk/update_related_records/requirements.txt -o requirements.txt
pip install -r requirements.txt
curl https://github.com/ror-community/curation_ops/blob/v2-crosswalk/update_related_records/update_related.py -o update_related.py
curl https://raw.githubusercontent.com/ror-community/curation_ops/v2-crosswalk/update_related_records/update_related.py -o update_related.py
if [[ ${{ github.event.inputs.schema-version }} == 'v1' ]]; then
python update_related.py -v 1
fi
Expand Down

0 comments on commit ae035f7

Please sign in to comment.