Skip to content

Commit

Permalink
add missing generate docs to cohere
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 14, 2024
1 parent 5b1f407 commit c3a52c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cohere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
if: matrix.python-version == '3.9' && runner.os == 'Linux'
run: hatch run lint:all

- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
run: hatch run docs

- name: Run tests
id: tests
run: hatch run cov
Expand Down

0 comments on commit c3a52c8

Please sign in to comment.