Skip to content

Commit

Permalink
fix catkin_pkg module error on CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly authored Nov 13, 2023
1 parent 7599b50 commit ab34ace
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-platformio-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Install PlatformIO Core
run: pip install --upgrade platformio

- name: Install catkin_pkg
run: pip install --upgrade catkin_pkg

- name: Build Calibration
run: |
cd calibration
Expand Down Expand Up @@ -112,6 +109,9 @@ jobs:
- name: Install PlatformIO Core
run: pip3 install --upgrade platformio

- name: Install catkin_pkg
run: pip install --upgrade catkin_pkg

- name: Initialize Platformio, manually create .platformio and penv if needed
run: |
pio --version
Expand Down

0 comments on commit ab34ace

Please sign in to comment.