Skip to content

Commit b8dbfe8

Browse files
committed
Install rdflib
1 parent f3a1a2f commit b8dbfe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/extractRQs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.11
19+
- name: Install dependencies
20+
run: pip install rdflib
1921
- name: Extract
2022
run: python scripts/transformDotTtlToDotSparql.py
2123

0 commit comments

Comments
 (0)