Skip to content

Commit

Permalink
Update main.yml: install cryptography for certs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsullivan authored Feb 16, 2024
1 parent 09933e0 commit e550fca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
- uses: actions/[email protected]
with:
python-version: '3.9'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Install Python packages
run: |
pip install --upgrade platformio
pip install --upgrade cryptography
- name: Create header files
run: |
Expand Down

0 comments on commit e550fca

Please sign in to comment.