Skip to content

Add functionality for multiple morphs in one command #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Feb 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change repo for diffpy.utils install
  • Loading branch information
Andrew Yang committed Aug 17, 2023
commit 3481aeb01651a31f4c69a49aad9e67db2f46230e
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: install diffpy.utils
shell: bash -l {0}
run: |
git clone https://github.com/diffpy/diffpy.utils.git
pip install ./diffpy.utils
git clone https://github.com/Sparks29032/diffpy.utils.notests.git
conda activate test
pip install ./diffpy.utils.notests

- name: Validate pdfmorph
shell: bash -l {0}
Expand Down