Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ directly modified by the pull request are executed.
CI is testing all possible configurations supported by skrub, so tests may fail
with configurations different from what you are developing with. If this is the
case, it is possible to run the tests in the environment that is failing by
using pixi. For example if the env is ``ci-py309-min-optional-deps``, it is
using `pixi <https://pixi.sh/latest/>`_. For example if the env is ``ci-py309-min-optional-deps``, it is
possible to replicate it using the following command:

.. code:: sh
Expand Down Expand Up @@ -383,6 +383,8 @@ typos or improving explanations.

**Using pixi**

You can download and install pixi from `here <https://pixi.sh/latest/>`_.

From the repository root:

.. code:: bash
Expand Down
Loading