Adapt workflows to tooling changes #25

Merged
mih merged 2 commits from msz/www.trr379.de:msz-fix-ci-2 into main 2026-03-29 20:02:38 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ jobs:
cd ${{ steps.codecheckout.outputs.path }} cd ${{ steps.codecheckout.outputs.path }}
dtc read-pages ${POOLAPI}/public/records/p/TRR379Person \ dtc read-pages ${POOLAPI}/public/records/p/TRR379Person \
| qrg inline-records --api-url ${POOLAPI}/ -c public -p delegated_by \ | qrg inline-records --api-url ${POOLAPI}/ -c public -p delegated_by \
| uv run filters/join-association.py --inline --pop --field-name x_associated_projects - .cache/projects.jsonl associated_with \ | uv run filters/join-association.py --inline --pop --field-name x_associated_projects - .cache/projects.jsonl associated_with - \
| uv run filters/infer-site.py - ${{ steps.datacheckout.outputs.path }}/v2.2-2026-01-29-ror-data.parquet - \ | uv run filters/infer-site.py - ${{ steps.datacheckout.outputs.path }}/v2.2-2026-01-29-ror-data.parquet - \
| uv run person.py - ${{ steps.websitecheckout.outputs.path }}/content/contributors | uv run person.py - ${{ steps.websitecheckout.outputs.path }}/content/contributors
@ -81,7 +81,7 @@ jobs:
cd ${{ steps.codecheckout.outputs.path }} cd ${{ steps.codecheckout.outputs.path }}
cat .cache/projects.jsonl \ cat .cache/projects.jsonl \
| qrg inline-records --api-url https://pool.v0.trr379.de/api/ -c public -p associated_with \ | qrg inline-records --api-url https://pool.v0.trr379.de/api/ -c public -p associated_with \
| uv run filters/join-association.py --field-name x_had_influence - .cache/trr379.jsonl influenced_by \ | uv run filters/join-association.py --field-name x_had_influence - .cache/trr379.jsonl influenced_by - \
| uv run project.py - ${{ steps.websitecheckout.outputs.path }}/content/projects | uv run project.py - ${{ steps.websitecheckout.outputs.path }}/content/projects
- name: Commit and push updates - name: Commit and push updates

View file

@ -60,7 +60,7 @@ jobs:
mkdir .cache mkdir .cache
dtc read-pages ${POOLAPI}/public/records/p/TRR379Person > .cache/Person.jsonl dtc read-pages ${POOLAPI}/public/records/p/TRR379Person > .cache/Person.jsonl
dtc read-pages ${POOLAPI}/public/records/p/TRR379Publication \ dtc read-pages ${POOLAPI}/public/records/p/TRR379Publication \
| qrg inline-records --api-url ${POOLAPI}/ -c public -p attributed_to \ | qrg inline-records --api-url ${POOLAPI}/ -c public -p attributed_to -p attributed_to::roles \
| uv run filters/enrich-via-doi.py --extras - .cache/Person.jsonl - \ | uv run filters/enrich-via-doi.py --extras - .cache/Person.jsonl - \
| uv run publication.py - ${{ steps.websitecheckout.outputs.path }}/content/publications | uv run publication.py - ${{ steps.websitecheckout.outputs.path }}/content/publications