Skip to content

Commit

Permalink
Unpin mypy in GitHub CI
Browse files Browse the repository at this point in the history
No longer necessary after ros-tooling/setup-ros#593

Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
  • Loading branch information
christophebedard committed Jul 18, 2023
1 parent 0d9883c commit 9538e0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ 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 @@ -66,9 +63,6 @@ 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: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ 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: >
Expand Down

0 comments on commit 9538e0d

Please sign in to comment.