Skip to content

Commit

Permalink
Add yaml dependency to docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Mar 13, 2024
1 parent e2fb13d commit 0fc7013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
pip install -r .github/workflows/requirements/docs.txt
# create a dummy workspace to get a working ramble
bin/benchpark workspace setup saxpy/openmp nosite-x86 /tmp/workspace
bin/benchpark setup saxpy/openmp nosite-x86_64 /tmp/workspace
# this is gross and we should better setup ramble for people or make it a Spack package
pip install -r /tmp/workspace/ramble/requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx==7.2.6
sphinx-rtd-theme==2.0.0
codespell==2.2.6
pandas==2.2.0
pyyaml==6.0.1

0 comments on commit 0fc7013

Please sign in to comment.