Skip to content

Commit

Permalink
fix dependency error by using old version package
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyujie2002 authored and dbaluta committed Jan 18, 2024
1 parent 766862c commit f0a63ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install native dependencies
run: sudo apt-get update -y && sudo apt-get install -y ditaa graphviz
- name: Install pip dependencies
run: sudo pip install Sphinx==1.6.7 sphinx_rtd_theme hieroglyph==1.0
run: sudo pip install Sphinx==1.6.7 sphinx_rtd_theme==1.3.0 hieroglyph==1.0
- name: Build documentation
run: cd tools/labs && make docs
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit f0a63ef

Please sign in to comment.