Skip to content

Commit b4bd00b

Browse files
committed
Remove manual editable install by the one provided by pixi
1 parent 7dbc47b commit b4bd00b

5 files changed

Lines changed: 5020 additions & 15 deletions

File tree

.teamcity/Templates/UnitTestsTemplate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object UnitTestsTemplate : Template({
4545
workingDir = "imod-python/imod/tests"
4646
scriptMode = script {
4747
content = """
48-
${'$'}REPORT = echo "coverage report" | pixi shell --environment default
48+
${'$'}REPORT = echo "coverage report" | pixi shell --environment default --frozen
4949
5050
${'$'}TOTALS = ${'$'}REPORT | Select-String -Pattern 'TOTAL' -CaseSensitive -SimpleMatch
5151
${'$'}STATISTICS = ${'$'}TOTALS -split "\s+"

docs/faq/python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ practical sense.)
128128
To create a Pixi environment open a command prompt and ``cd`` to the imod folder.
129129
In the imod folder use the following command::
130130

131-
pixi run install
131+
pixi install
132132

133133
This will create a conda environment inside the imod folder. To activate the environment run::
134134

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ With pixi you can install the latest development version of imod::
170170

171171
git clone https://github.com/Deltares/imod-python.git
172172
cd imod-python
173-
pixi run install
173+
pixi install
174174

175175
This will install the same python installation the iMOD Python developers work
176176
with, so it should work (otherwise we couldn't do our work!). This contains an

0 commit comments

Comments
 (0)