Skip to content

Commit 245fa44

Browse files
authored
Downgrade pydocstyle
1 parent d96a9f3 commit 245fa44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
use-ros2-testing: true
4949
required-ros-distributions: ${{ matrix.ros_distribution }}
5050

51+
- name: Downgrade pydocstyle as a workaround for https://github.com/ament/ament_lint/issues/434
52+
run: |
53+
sudo pip install pydocstyle==6.1.1
54+
5155
- name: Setup Rust
5256
uses: dtolnay/[email protected]
5357
with:

0 commit comments

Comments
 (0)