Skip to content

Commit

Permalink
moved catkin_pkg after venv
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly authored Nov 13, 2023
1 parent ab34ace commit ce57175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-platformio-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ 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 All @@ -123,7 +120,10 @@ jobs:
cd ~/.platformio
python3 -m venv penv
fi
- name: Install catkin_pkg
run: pip install --upgrade catkin_pkg

# Build the firmware for each environment in parallel
- name: Build Firmware
env:
Expand Down

0 comments on commit ce57175

Please sign in to comment.