Skip to content

Commit

Permalink
Merge pull request #133 from mqcmd196/PR/fix-ci
Browse files Browse the repository at this point in the history
[ci] skip python key in kinetic
  • Loading branch information
k-okada authored May 25, 2023
2 parents 580acfc + 647923c commit ff92ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
UPSTREAM_WORKSPACE: '.ci.rosinstall.kinetic'
UPSTREAM_CMAKE_ARGS: '-DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.5m -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.5m.so'
ADDITIONAL_DEBS: 'python3-catkin-pkg-modules python3-rospkg-modules python3-numpy ros-kinetic-opencv3 python3-venv python3-empy python-catkin-tools libedgetpu1-legacy-std python3-edgetpu'
ROSDEP_SKIP_KEYS: 'python-numpy cv_bridge_python3'
ROSDEP_SKIP_KEYS: 'python python-numpy cv_bridge_python3'
BEFORE_BUILD_TARGET_WORKSPACE: |
cd /tmp && apt update && apt install -y wget python3-pip &&
wget https://dl.google.com/coral/python/tflite_runtime-1.14.0-cp35-cp35m-linux_x86_64.whl &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
UPSTREAM_WORKSPACE: '.ci.rosinstall.kinetic'
UPSTREAM_CMAKE_ARGS: '-DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.5m -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.5m.so'
ADDITIONAL_DEBS: 'python3-catkin-pkg-modules python3-rospkg-modules python3-numpy ros-kinetic-opencv3 python3-venv python3-empy python-catkin-tools libedgetpu1-legacy-std python3-edgetpu'
ROSDEP_SKIP_KEYS: 'python-numpy cv_bridge_python3'
ROSDEP_SKIP_KEYS: 'python python-numpy cv_bridge_python3'
BEFORE_BUILD_TARGET_WORKSPACE: |
cd /tmp && apt update && apt install -y wget python3-pip &&
wget https://dl.google.com/coral/python/tflite_runtime-1.14.0-cp35-cp35m-linux_x86_64.whl &&
Expand Down

0 comments on commit ff92ae3

Please sign in to comment.