Skip to content

Commit

Permalink
Revert "Bump mypy to version 1.9.0-4ubuntu1 to be aligned with Noble"
Browse files Browse the repository at this point in the history
This reverts commit b5aa018

Signed-off-by: Michael Orlov <[email protected]>
  • Loading branch information
MichaelOrlov committed Jun 13, 2024
1 parent 2746b41 commit 6b8d1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Is regeneration of Python stubs required?
run: |
rosbag2_path=$(colcon list -p --packages-select rosbag2)/..
sudo apt update && sudo apt -y install mypy=1.9.0-4ubuntu1
sudo apt update && sudo apt -y install mypy=0.942-1ubuntu1
source install/setup.sh
stubgen -p rosbag2_py -o ${rosbag2_path}/rosbag2_py
cd ${rosbag2_path}
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source install/setup.sh
# Make sure rosbag2_py can be imported
python3 -c 'import rosbag2_py'
sudo apt update && sudo apt install mypy=1.9.0-4ubuntu1
sudo apt update && sudo apt install mypy=0.942-1ubuntu1
cd <rosbag2 git repo>
stubgen -p rosbag2_py -o rosbag2_py
```

0 comments on commit 6b8d1cc

Please sign in to comment.