Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
run: |
conda install --file requirements/run.txt
conda install --file requirements/test.txt
conda install --file requirements/build.txt
python -m pip install -r requirements/pip.txt
python -m pip install . --no-deps
python -m pip install -e . --no-deps

- name: Validate diffpy.pdffit2
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
conda install --file requirements/run.txt
conda install --file requirements/docs.txt
python -m pip install -r requirements/pip.txt
python -m pip install . --no-deps
python -m pip install -e . --no-deps

- name: build documents
run: make -C doc html
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
run: |
conda install --file requirements/run.txt
conda install --file requirements/test.txt
conda install --file requirements/build.txt
python -m pip install -r requirements/pip.txt
python -m pip install . --no-deps
python -m pip install -e . --no-deps

- name: Validate diffpy.pdffit2
run: python -m pytest
3 changes: 2 additions & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
run: |
conda install --file requirements/run.txt
conda install --file requirements/test.txt
conda install --file requirements/build.txt
python -m pip install -r requirements/pip.txt
python -m pip install . --no-deps
python -m pip install -e . --no-deps

- name: Validate diffpy.pdffit2
run: python -m pytest