Skip to content

Commit

Permalink
Include extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 9, 2024
1 parent d214262 commit 37313e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows_sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install from sdist
shell: bash -l {0}
run: python -m pip install $(find dist -name 'euphonic-*.tar.gz')
run: python -m pip install $(find dist -name 'euphonic-*.tar.gz')[matplotlib,phonopy_reader,brille]

- name: run tests
shell: bash -l {0}
Expand Down

0 comments on commit 37313e1

Please sign in to comment.