File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+"
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ practical sense.)
128128To create a Pixi environment open a command prompt and ``cd `` to the imod folder.
129129In the imod folder use the following command::
130130
131- pixi run install
131+ pixi install
132132
133133This will create a conda environment inside the imod folder. To activate the environment run::
134134
Original file line number Diff line number Diff 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
175175This will install the same python installation the iMOD Python developers work
176176with, so it should work (otherwise we couldn't do our work!). This contains an
You can’t perform that action at this time.
0 commit comments