Skip to content

Commit 5cb4cb5

Browse files
authored
Remove -e
1 parent 45304fa commit 5cb4cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conda install --file requirements/test.txt
4343
conda install --file requirements/build.txt
4444
python -m pip install -r requirements/pip.txt
45-
python -m pip install -e . --no-deps
45+
python -m pip install . --no-deps
4646
4747
- name: Validate diffpy.pdffit2
4848
run: python -m pytest

0 commit comments

Comments
 (0)