Skip to content

Commit

Permalink
yaml is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Mar 12, 2024
1 parent 0c59551 commit 568e414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 568e414

Please sign in to comment.