Skip to content

Commit

Permalink
Merge branch 'main' into allocation_output_file
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 8, 2023
2 parents c7115c5 + e559643 commit f827910
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
<param name="julia" value="%env.JULIA_1_9%" />
</parameters>
<build-runners>
<runner id="RUNNER_2427" name="Print versions" type="simpleRunner">
<parameters>
<param name="script.content"><![CDATA[%env.JULIA_1_9% --version
pixi --version]]></param>
<param name="teamcity.step.mode" value="default" />
<param name="use.custom.script" value="true" />
</parameters>
</runner>
<runner id="RUNNER_2415" name="Set up pixi" type="simpleRunner">
<parameters>
<param name="script.content" value="pixi run install-without-pre-commit" />
Expand Down

0 comments on commit f827910

Please sign in to comment.