Skip to content

Commit f9cae2c

Browse files
authored
Remove -e in codecov.yml
1 parent 84411db commit f9cae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
conda install --file requirements/test.txt
4141
conda install --file requirements/build.txt
4242
python -m pip install -r requirements/pip.txt
43-
python -m pip install -e . --no-deps
43+
python -m pip install . --no-deps
4444
4545
- name: Validate diffpy.pdffit2
4646
run: |

0 commit comments

Comments
 (0)