File tree Expand file tree Collapse file tree 15 files changed +7
-9
lines changed
src/python_workflow_definition Expand file tree Collapse file tree 15 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1313 - uses : psf/black@stable
1414 with :
1515 options : " --check --diff"
16- src : ./python_workflow_definition/ src/python_workflow_definition
16+ src : ./src/python_workflow_definition
1717 - uses : psf/black@stable
1818 with :
1919 options : " --check --diff"
3535 - name : Pip check
3636 shell : bash -l {0}
3737 run : |
38- pip install --no-deps --no-build-isolation -e python_workflow_definition
38+ pip install --no-deps --no-build-isolation -e .
3939 pip check
4040
4141 nfdi4ing :
5353 - name : Installation and setup
5454 shell : bash -l {0}
5555 run : |
56- pip install --no-deps --no-build-isolation -e python_workflow_definition
56+ pip install --no-deps --no-build-isolation -e .
5757 conda install -c conda-forge jupyter papermill
5858 verdi presto --profile-name pwd
5959 sudo apt-get install -y $(cat binder/apt.txt)
9292 shell : bash -l {0}
9393 run : |
9494 pip install --no-deps --no-build-isolation -e example_workflows/quantum_espresso/qe_xml_parser
95- pip install --no-deps --no-build-isolation -e python_workflow_definition
95+ pip install --no-deps --no-build-isolation -e .
9696 conda install -c conda-forge jupyter papermill
9797 verdi presto --profile-name pwd
9898 - name : Tests
@@ -122,7 +122,7 @@ jobs:
122122 - name : Installation and setup
123123 shell : bash -l {0}
124124 run : |
125- pip install --no-deps --no-build-isolation -e python_workflow_definition
125+ pip install --no-deps --no-build-isolation -e .
126126 conda install -c conda-forge jupyter papermill
127127 verdi presto --profile-name pwd
128128 - name : Tests
Original file line number Diff line number Diff line change 2626 environment-file : binder/environment.yml
2727 - name : Build
2828 shell : bash -l {0}
29- run : |
30- cd python_workflow_definition
31- hatch build -t sdist -t wheel
29+ run : hatch build -t sdist -t wheel
3230 - name : Publish distribution 📦 to PyPI
3331 uses : pypa/gh-action-pypi-publish@release/v1
3432 with :
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ cython_debug/
178178input_tmp.in
179179pyiron.log
180180pyiron_draw.png
181- python_workflow_definition / src /python_workflow_definition /__pycache__ /
181+ src /python_workflow_definition /__pycache__ /
182182test /
183183mini /
184184evcurve.png
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments