We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45304fa commit 5cb4cb5Copy full SHA for 5cb4cb5
1 file changed
.github/workflows/matrix.yml
@@ -42,7 +42,7 @@ jobs:
42
conda install --file requirements/test.txt
43
conda install --file requirements/build.txt
44
python -m pip install -r requirements/pip.txt
45
- python -m pip install -e . --no-deps
+ python -m pip install . --no-deps
46
47
- name: Validate diffpy.pdffit2
48
run: python -m pytest
0 commit comments