Skip to content

Commit

Permalink
explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Nov 21, 2024
1 parent a0d440a commit 6bc7ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install package with extras
run: pip install '.[all]' # Replace 'all' with the key that includes all extras
run: pip install '.[external-tools,postgres,dev,server,ollama]' # Replace 'all' with the key that includes all extras

- name: Check package installation
run: pip list # Or any other command to verify successful installation

0 comments on commit 6bc7ac9

Please sign in to comment.