We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75470c3 commit 525c4d4Copy full SHA for 525c4d4
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
conda activate test
45
conda install --file requirements/run.txt
46
conda install --file requirements/test.txt
47
- pip install .
+ pip install -e .
48
- name: Validate diffpy.structure
49
shell: bash -l {0}
50
run: |
0 commit comments