Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
environment: [
# ci-min-deps,
# ci-sklearn11,
# ci-sklearn12,
ci-sklearn13,
ci-sklearn14,
ci-sklearn15,
Expand Down
5 changes: 3 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Installation
============

To install skops from `PyPI <https://pypi.org/project/skops>`_, run the following command in your Python environment:
To install skops from `PyPI <https://pypi.org/project/skops>`_, run the
following command in your Python environment:

.. code-block:: bash

Expand All @@ -13,7 +14,7 @@ Skops is also available in `conda-forge <https://anaconda.org/conda-forge/skops>

.. code-block:: bash

conda install conda-forge::skops
conda install conda-forge::skops

If you're interested in contributing to skops, please follow the `contribution
guideline <https://github.com/skops-dev/skops/blob/main/CONTRIBUTING.rst>`__
Expand Down
Loading