From 568e414677cd754655ed9ce061a43ea640e6001b Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 11 Mar 2024 17:11:12 -0700 Subject: [PATCH] yaml is hard --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34ce45b..9ea62f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,7 +176,7 @@ jobs: sudo pip install pydocstyle==6.1.1 - name: Downgrade pytest as a workaround for https://github.com/scientific-python/pytest-doctestplus/issues/240 - if: ${{ matrix.ros_version == 'humble' || matrix.ros_version == 'iron' || matrix.ros_version == 'rolling' }} + if: ${{ matrix.ros_distribution == 'humble' || matrix.ros_distribution == 'iron' || matrix.ros_distribution == 'rolling' }} run: | sudo pip install pytest==8.0.2