Skip to content

Commit

Permalink
Add python requirements file
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Aug 8, 2024
1 parent 18aed88 commit 7198a91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
python-version: '3.x'
cache: 'pip'

- name: Install git-archive
run: pip install -U git-archive-all
- name: Install python dependencies
run: |
pip install --upgrade --upgrade-strategy only-if-needed -r requirements.txt
- name: Install submodules
run: |
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Wheel for installs
wheel

# Git Archive All for easy zip making
git-archive-all
platformio

0 comments on commit 7198a91

Please sign in to comment.