Skip to content

Commit 95f2ef1

Browse files
committed
update CI
1 parent 70e88e4 commit 95f2ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install diffpy.srreal and requirements
3737
run: |
3838
conda install --file requirements/test.txt
39-
conda install --file requirements/conda.txt
39+
conda install boost numpy libdiffpy setuptools diffpy.structure periodictable gsl
4040
python -m pip install . --no-deps
4141
4242
- name: Validate diffpy.pdfgui
43-
run: python -m diffpy.srreal.tests.run
43+
run: pytest tests

0 commit comments

Comments
 (0)