Skip to content

Commit

Permalink
chore: Add 'full' tag for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
roquelopez committed Nov 13, 2024
1 parent a8d7109 commit c70fd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install the bdikit package
run: |
pip install -e .
pip install -e .[full]
- name: Test with pytest
run: |
Expand Down

0 comments on commit c70fd7c

Please sign in to comment.