Skip to content

Commit 62b83e5

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent ac8a64d commit 62b83e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
run: >-
3939
conda config --set always_yes yes
4040
--set changeps1 no
41-
41+
4242
- name: Install diffpy.srreal and requirements
4343
run: |
4444
conda install --file requirements/conda.txt
4545
conda install --file requirements/test.txt
4646
python -m pip install . --no-deps
47-
47+
4848
- name: Validate diffpy.pdfgui
4949
run: pytest tests

0 commit comments

Comments
 (0)