Skip to content

Commit

Permalink
Update fastembed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Feb 10, 2024
1 parent 673e3e7 commit e73d719
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
if: matrix.python-version == '3.9'
run: hatch run lint:all

# TODO: Add docs config and uncomment the following section
- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
run: hatch run docs
- name: Generate docs
if: matrix.python-version == '3.9' && runner.os == 'Linux'
run: hatch run docs

- name: Run tests
run: hatch run cov

0 comments on commit e73d719

Please sign in to comment.