File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -194,13 +194,6 @@ jobs:
194194 fi
195195 echo "ostag=$ostag" >> $GITHUB_OUTPUT
196196
197- - name : Get executables
198- if : inputs.run_tests == true && runner.os != 'Windows'
199- working-directory : modflow6
200- env :
201- GITHUB_TOKEN : ${{ github.token }}
202- run : pixi run get-exes -s
203-
204197 - name : Set markers
205198 if : inputs.run_tests == true
206199 id : set_markers
@@ -240,6 +233,13 @@ jobs:
240233 echo "LDFLAGS=$ldflags" >> $GITHUB_ENV
241234 fi
242235
236+ - name : Get executables
237+ if : inputs.run_tests == true && runner.os != 'Windows'
238+ working-directory : modflow6
239+ env :
240+ GITHUB_TOKEN : ${{ github.token }}
241+ run : pixi run get-exes -s
242+
243243 - name : Build binaries
244244 if : (!(runner.os == 'Windows' && matrix.extended))
245245 working-directory : modflow6
You can’t perform that action at this time.
0 commit comments