Skip to content

Commit 525c4d4

Browse files
authored
Update main.yml
1 parent 75470c3 commit 525c4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
conda activate test
4545
conda install --file requirements/run.txt
4646
conda install --file requirements/test.txt
47-
pip install .
47+
pip install -e .
4848
- name: Validate diffpy.structure
4949
shell: bash -l {0}
5050
run: |

0 commit comments

Comments
 (0)