Skip to content

Commit f3e1635

Browse files
authored
Remove -e in main.yml
1 parent 5cb4cb5 commit f3e1635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
conda install --file requirements/test.txt
3838
conda install --file requirements/build.txt
3939
python -m pip install -r requirements/pip.txt
40-
python -m pip install -e . --no-deps
40+
python -m pip install . --no-deps
4141
4242
- name: Validate diffpy.pdffit2
4343
run: python -m pytest

0 commit comments

Comments
 (0)