We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84411db commit f9cae2cCopy full SHA for f9cae2c
1 file changed
.github/workflows/codecov.yml
@@ -40,7 +40,7 @@ jobs:
40
conda install --file requirements/test.txt
41
conda install --file requirements/build.txt
42
python -m pip install -r requirements/pip.txt
43
- python -m pip install -e . --no-deps
+ python -m pip install . --no-deps
44
45
- name: Validate diffpy.pdffit2
46
run: |
0 commit comments