Skip to content

Commit

Permalink
Update wled-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farmmanic committed Mar 18, 2024
1 parent 2e2f2e2 commit 16fdb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wled-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: install pip tools
run: python -m pip install pip-tools
- name: reset requirements
run: pip-compile - --output-file=- < ../../requirements.in > requirements.txt
run: pip-compile - --output-file=- < WLED/requirements.in > requirements.txt
- name: upgrade pip
run: pip install --upgrade pip
- uses: actions/checkout@v3
Expand Down

0 comments on commit 16fdb8a

Please sign in to comment.