Skip to content

Commit

Permalink
updated file
Browse files Browse the repository at this point in the history
  • Loading branch information
nickprock committed Feb 8, 2024
1 parent f68a310 commit cbba970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.10'

- name: Install Hatch
run: pip install --upgrade hatch

- name: Lint
run: hatch run lint:all
env:
NODE_ENV: lint

- name: Generate docs
if: runner.os == 'Linux'
Expand Down

0 comments on commit cbba970

Please sign in to comment.