Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak authored May 12, 2024
1 parent 6488f57 commit 6bcb9ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
&& pip3 install myst-parser
&& pip3 install beartype
&& pip3 install decorator
&& pip3 install numpy
&& pip3 install scipy
&& pip3 install multimethod
&& pip3 install lark
&& pip3 install tqdm
&& pip3 install argcomplete
&& pip3 install yapf
&& pip3 install rich-argparse
&& pip3 install .

- name: Build
Expand Down

0 comments on commit 6bcb9ad

Please sign in to comment.