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 284d2f0 commit 872963e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
python-version: '3.9'
- name: upgrade pip
run: pip install --upgrade pip
run: |
pip install --upgrade pip
pip-compile requirements.in
- name: Install PlatformIO
run: pip install -r requirements.txt
- name: Get default environments
Expand Down

0 comments on commit 872963e

Please sign in to comment.