Skip to content

Commit

Permalink
face_detector is released, so remove .travis.rosinstall.noetic . add …
Browse files Browse the repository at this point in the history
…test to check with latest pyyaml from pip
  • Loading branch information
k-okada committed Jan 20, 2024
1 parent 29fac6c commit f0856a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
CONTAINER: ubuntu:18.04
- ROS_DISTRO: noetic
CONTAINER: ubuntu:20.04
USE_DEB : false # to use .travis.rosinstall.noetic for face_detector
- ROS_DISTRO: noetic
CONTAINER: ubuntu:20.04
BEFORE_SCRIPT: "pip3 install -U --user pyyaml"

container: ${{ matrix.CONTAINER }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions .travis.rosinstall.noetic

This file was deleted.

0 comments on commit f0856a7

Please sign in to comment.