File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 - run : pip install -e .[doc]
1717 - name : Extract version
1818 shell : bash
19- run : echo "##[set-output name=version;]$(python -c 'from CosmoTech_Acceleration_Library import __version__; print(__version__)')"
19+ run : echo "##[set-output name=version;]$(python -c 'from cosmotech.coal import __version__; print(__version__)')"
2020 id : version
2121 - name : Configure Git user
2222 run : |
Original file line number Diff line number Diff line change 1515 - run : pip install -e .[doc]
1616 - name : Extract version
1717 shell : bash
18- run : echo "##[set-output name=version;]$(python -c 'from CosmoTech_Acceleration_Library import __version__; print(__version__)')"
18+ run : echo "##[set-output name=version;]$(python -c 'from cosmotech.coal import __version__; print(__version__)')"
1919 id : version
2020 - name : Configure Git user
2121 run : |
You can’t perform that action at this time.
0 commit comments