We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c336a2 commit 085bdfcCopy full SHA for 085bdfc
.github/workflows/testing.yml
@@ -43,7 +43,7 @@ jobs:
43
conda config --add channels conda-forge
44
conda activate test
45
conda install --file requirements/requirements.txt
46
- conda install pytest coverage codecov
+ conda install --file requirements/requirements-dev.txt
47
pip install .
48
49
- name: Validate diffpy.labpdfproc
0 commit comments