Skip to content

Commit 03bed03

Browse files
committed
fix quotes
1 parent e37f2c8 commit 03bed03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: 1.8
2626
- uses: actions/setup-python@v2
2727
with:
28-
python-version: 3.10
28+
python-version: "3.10"
2929
- name: Install Python dependencies
3030
run: ./metadata-ingestion/scripts/install_deps.sh
3131
- name: Build Docs

0 commit comments

Comments
 (0)