@@ -45,11 +45,11 @@ Cirrus CI Test environment
4545--------------------------
4646
4747The test environment on the Cirrus-CI service is determined from the requirement files
48- in `requirements/ci/py**.yml `. These are conda environment files that list the entire
49- set of build, test and run requirements for iris .
48+ in `` requirements/ci/py**.yml ` `. These are conda environment files that list the entire
49+ set of build, test and run requirements for Iris .
5050
5151For reproducible test results, these environments are resolved for all their dependencies
52- and stored as lock files in `requirements/ci/nox.lock `. The test environments will not
52+ and stored as lock files in `` requirements/ci/nox.lock ` `. The test environments will not
5353resolve the dependencies each time, instead they will use the lock file to reproduce the
5454same exact environment each time.
5555
@@ -64,7 +64,7 @@ or simply::
6464
6565and add the changed lockfiles to your pull request.
6666
67- New lockfiles are generated automatically each week to ensure that iris continues to be
67+ New lockfiles are generated automatically each week to ensure that Iris continues to be
6868tested against the latest available version of its dependencies.
6969
7070
@@ -137,4 +137,3 @@ See the `pre-commit.ci dashboard`_ for details of recent past and active Iris jo
137137.. _Cirrus-CI Documentation : https://cirrus-ci.org/guide/writing-tasks/
138138.. _.pre-commit-config.yaml : https://github.com/SciTools/iris/blob/master/.pre-commit-config.yaml
139139.. _pre-commit.ci dashboard : https://results.pre-commit.ci/repo/github/5312648
140-
0 commit comments