Skip to content

Commit

Permalink
ci: Install Python deps from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
redmushie committed Sep 29, 2023
1 parent 6e393ae commit 9cff839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"

- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Install dependencies
run: pip install -r requirements.txt

- name: Build firmware
run: pio run
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
platformio
fonttools[woff,unicode]==4.42.1
brotli==1.1.0

0 comments on commit 9cff839

Please sign in to comment.