Skip to content

Commit 085bdfc

Browse files
update CI workflow to include development requirements
1 parent 2c336a2 commit 085bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
conda config --add channels conda-forge
4444
conda activate test
4545
conda install --file requirements/requirements.txt
46-
conda install pytest coverage codecov
46+
conda install --file requirements/requirements-dev.txt
4747
pip install .
4848
4949
- name: Validate diffpy.labpdfproc

0 commit comments

Comments
 (0)