Skip to content

Commit ac8a64d

Browse files
authored
chore: add blank lines
1 parent ea1c888 commit ac8a64d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ jobs:
3838
run: >-
3939
conda config --set always_yes yes
4040
--set changeps1 no
41+
4142
- name: Install diffpy.srreal and requirements
4243
run: |
4344
conda install --file requirements/conda.txt
4445
conda install --file requirements/test.txt
4546
python -m pip install . --no-deps
47+
4648
- name: Validate diffpy.pdfgui
4749
run: pytest tests

0 commit comments

Comments
 (0)