Skip to content

Commit

Permalink
bundle defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jla-gardner committed Jul 16, 2024
1 parent aa1de5d commit 6a63905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: update pip
run: pip install --upgrade pip
- name: Install graph-pes
run: pip install -e ".[test]"
run: pip install ".[test]"
- name: Useful info
run: pip freeze
- name: Run tests
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# MANIFEST.in

include src/graph_pes/config/defaults.yaml

0 comments on commit 6a63905

Please sign in to comment.