File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 conda install --file requirements/run.txt
4040 conda install --file requirements/test.txt
4141 python -m pip install -r requirements/pip.txt
42- python -m pip install . --no-deps
42+ python -m pip install -e . --no-deps
4343
4444 - name : Validate diffpy.pdffit2
4545 run : |
Original file line number Diff line number Diff line change 3636 conda install --file requirements/run.txt
3737 conda install --file requirements/docs.txt
3838 python -m pip install -r requirements/pip.txt
39- python -m pip install . --no-deps
39+ python -m pip install -e . --no-deps
4040
4141 - name : build documents
4242 run : make -C doc html
Original file line number Diff line number Diff line change 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 . --no-deps
40+ python -m pip install -e . --no-deps
4141
4242 - name : Validate diffpy.pdffit2
4343 run : python -m pytest
Original file line number Diff line number Diff line change 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 . --no-deps
45+ python -m pip install -e . --no-deps
4646
4747 - name : Validate diffpy.pdffit2
4848 run : python -m pytest
You can’t perform that action at this time.
0 commit comments