Skip to content

Commit

Permalink
install yaml in github-page action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jul 26, 2023
1 parent 5aae6d6 commit 6f9025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x
apt-get update
apt-get -y install git rsync python3-pip

python3 -m pip install myst-parser sphinx-rtd-theme sphinx
python3 -m pip install myst-parser sphinx-rtd-theme sphinx==5.3 PyYAML==6.0.1

pwd ls -lah
git config --global --add safe.directory /__w/sniprun/sniprun
Expand Down

0 comments on commit 6f9025b

Please sign in to comment.