Skip to content

Commit

Permalink
Add pip3.10 instead of pip to install ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliGautier committed Dec 17, 2024
1 parent 9f2707e commit 87e62c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkDocs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -e

# Generate documentation
pip install ruamel.yaml
pip3.10 install ruamel.yaml
mkdir -p docs/docs/dc_services

python3.10 scripts/generate_dc_doc.py \
Expand Down

0 comments on commit 87e62c5

Please sign in to comment.