Skip to content

Commit

Permalink
s/requirements-dev/requirements_dev/
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Jan 3, 2024
1 parent a158b02 commit 9445ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chroma-js-client-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: '3.9'
- name: Install Python Dependencies
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
run: pip install -r requirements.txt && pip install -r requirements_dev.txt
- name: Run Server
run: Python -m chromadb.cli.cli run &
- name: Setup Node
Expand Down

0 comments on commit 9445ac6

Please sign in to comment.