Skip to content

Commit be257ad

Browse files
authored
Update _episodes/23-continuous-integration-automated-testing.md
1 parent bc61471 commit be257ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_episodes/23-continuous-integration-automated-testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,7 @@ across platforms we wish to test.
413413
> ## Failed CI Builds
414414
> A CI build can fail when, e.g. a used Python package no longer supports a particular version of
415415
> Python indicated in a GitHub Actions CI build matrix. In this case, the solution is either to
416-
> downgrade the package version (and not use the latest one like we have been doing in this course),
417-
> or upgrade the Python version in the build matrix.
416+
> upgrade the Python version in the build matrix (when possible) or downgrade the package version (and not use the latest one like we have been doing in this course).
418417
>
419418
> Also note that, if one job fails in the build for any reason - all subsequent jobs will get cancelled because of the default behavior of
420419
> GitHub Actions. From [GitHub's documentation](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures):

0 commit comments

Comments
 (0)