File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 run : |
3939 conda install --file requirements/run.txt
4040 conda install --file requirements/test.txt
41+ conda install --file requirements/build.txt
4142 python -m pip install -r requirements/pip.txt
42- python -m pip install . --no-deps
43+ python -m pip install -e . --no-deps
4344
4445 - name : Validate diffpy.pdffit2
4546 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 3535 run : |
3636 conda install --file requirements/run.txt
3737 conda install --file requirements/test.txt
38+ conda install --file requirements/build.txt
3839 python -m pip install -r requirements/pip.txt
39- python -m pip install . --no-deps
40+ python -m pip install -e . --no-deps
4041
4142 - name : Validate diffpy.pdffit2
4243 run : python -m pytest
Original file line number Diff line number Diff line change 4040 run : |
4141 conda install --file requirements/run.txt
4242 conda install --file requirements/test.txt
43+ conda install --file requirements/build.txt
4344 python -m pip install -r requirements/pip.txt
44- python -m pip install . --no-deps
45+ python -m pip install -e . --no-deps
4546
4647 - name : Validate diffpy.pdffit2
4748 run : python -m pytest
You can’t perform that action at this time.
0 commit comments