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
7 changes: 7 additions & 0 deletions docs/src/developers_guide/contributing_ci_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ or simply::

and add the changed lockfiles to your pull request.

.. note::

If your installation of conda runs through Artifactory or another similar
proxy then you will need to amend that lockfile to use URLs that Github
Actions can access. A utility to strip out Artifactory exists in the
``ssstack`` tool.

New lockfiles are generated automatically each week to ensure that Iris continues to be
tested against the latest available version of its dependencies.
Each week the yaml files in ``requirements/ci`` are resolved by a GitHub Action.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/whatsnew/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ This document explains the changes made to Iris for this release

#. `@tkknight`_ added a page to show the issues that have been voted for. See
:ref:`voted_issues`. (:issue:`3307`, :pull:`4617`)
#. `@wjbenfold`_ added a note about fixing proxy URLs in lockfiles generated
because dependencies have changed. (:pull:`4666`)


💼 Internal
Expand Down