We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb4cb5 commit f3e1635Copy full SHA for f3e1635
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
conda install --file requirements/test.txt
38
conda install --file requirements/build.txt
39
python -m pip install -r requirements/pip.txt
40
- python -m pip install -e . --no-deps
+ python -m pip install . --no-deps
41
42
- name: Validate diffpy.pdffit2
43
run: python -m pytest
0 commit comments