Skip to content

Commit

Permalink
Temp fix: pin mypy==0.942
Browse files Browse the repository at this point in the history
See ros-tooling/setup-ros#535

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed Mar 29, 2023
1 parent 2d86eee commit e83df5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
required-ros-distributions: ${{ matrix.distro }}
use-ros2-testing: true
- name: Pin mypy==0.942
run: |
python3 -m pip install 'mypy==0.942'
- name: Install other dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -61,6 +64,9 @@ jobs:
with:
path: ws/src/ros2/ros2_tracing
- uses: ros-tooling/setup-ros@master
- name: Pin mypy==0.942
run: |
python3 -m pip install 'mypy==0.942'
- name: Build
run: |
cd $GITHUB_WORKSPACE/ws
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
with:
required-ros-distributions: ${{ matrix.build-type == 'binary' && matrix.distro || '' }}
use-ros2-testing: true
- name: Pin mypy==0.942
run: |
python3 -m pip install 'mypy==0.942'
- uses: ros-tooling/action-ros-ci@master
with:
package-name: ros2trace test_tracetools test_tracetools_launch tracetools tracetools_launch tracetools_read tracetools_test tracetools_trace
Expand Down

0 comments on commit e83df5c

Please sign in to comment.