Skip to content

Commit

Permalink
Update wled-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farmmanic authored Mar 18, 2024
1 parent ec6bc06 commit 1c7809a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/wled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: install pip tools
run: python -m pip install pip-tools
- name: reset requirements
run: pip-compile --upgrade
- name: upgrade pip
run: pip install --upgrade pip
- name: Install PlatformIO
- name: Install PlatformIO
run: pip install -r requirements.txt
- name: Build firmware
Expand Down

0 comments on commit 1c7809a

Please sign in to comment.