Skip to content

Commit

Permalink
.github/workflows/config.yml, skip test_catkin_virtualenv test_catkin…
Browse files Browse the repository at this point in the history
…_virtualenv_inherited test_catkin_virtualenv_py3
  • Loading branch information
k-okada committed Jul 10, 2024
1 parent e8f565b commit 4a316e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ROS_PARALLEL_TEST_JOBS: "-j8"
CATKIN_PARALLEL_JOBS: "-i"
NOT_TEST_INSTALL : true
BEFORE_SCRIPT : "sudo pip install packaging==17.1; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses
BEFORE_SCRIPT : "sudo pip install packaging==17.1; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros test_catkin_virtualenv test_catkin_virtualenv_inherited test_catkin_virtualenv_py3; do echo \\$name; find ~/ros/ws_jsk_3rdparty/src -L -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses
USE_DEB: false
- ROS_DISTRO: kinetic
CONTAINER: ubuntu:16.04
Expand Down

0 comments on commit 4a316e3

Please sign in to comment.