File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,17 @@ jobs:
147147 steps :
148148 - uses : actions/checkout@v4
149149
150+ - name : Install Python and pythonnet
151+ uses : actions/setup-python@v2
152+ with :
153+ python-version : ' 3.9.10'
154+ - name : Install Python dependencies
155+ run : |
156+ python -m pip install --upgrade pip
157+ pip install invoke
158+ - name : Sync the version across the project (mainly for python package)
159+ run : invoke versionize
160+
150161 - name : Setup conda environment
151162 uses : conda-incubator/setup-miniconda@v2
152163 with :
@@ -159,8 +170,6 @@ jobs:
159170 - name : Activate diff_check conda environment
160171 run : conda activate diff_check
161172
162- - name : Sync the version across the project (mainly for python package)
163- run : invoke versionize
164173
165174 - name : Cmake Configure
166175 run : |
Original file line number Diff line number Diff line change 11---
22name : diffCheck
3- version : 0.0.35
3+ version : 0.0.36
44authors :
55- Andrea Settimi
66- Damien Gilliard
You can’t perform that action at this time.
0 commit comments