Skip to content

Commit

Permalink
hashed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 17, 2024
1 parent 9f4b552 commit 0cc13d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/SphinxDocsBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def getSphinxRuntimesDocsBuildFactory(

f.addStep(ShellCommand(
name="Install pip dependencies",
command=['pip install -r llvm/docs/requirements.txt'],
command=['pip install -r llvm/docs/requirements-hashed.txt'],
workdir=f.llvm_srcdir,
))

Expand Down

0 comments on commit 0cc13d4

Please sign in to comment.