Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieqiong committed Jan 11, 2025
1 parent 70e88e4 commit 95f2ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install diffpy.srreal and requirements
run: |
conda install --file requirements/test.txt
conda install --file requirements/conda.txt
conda install boost numpy libdiffpy setuptools diffpy.structure periodictable gsl
python -m pip install . --no-deps
- name: Validate diffpy.pdfgui
run: python -m diffpy.srreal.tests.run
run: pytest tests

0 comments on commit 95f2ef1

Please sign in to comment.