Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 7, 2024
1 parent aee1018 commit 9e00355
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install
- name: Install python libraries
run: |
sudo apt-get install -y python3-lgpio
wget https://github.com/Gadgetoid/PY_LGPIO/releases/download/0.2.2.0/lgpio-0.2.2.0.tar.gz -O lgpio-0.2.2.0.tar.gz
python -m pip install lgpio-0.2.2.0.tar.gz
pip install -e .
pip install -r requirements/requirements_dev.txt
pip install pyyaml
Expand Down

0 comments on commit 9e00355

Please sign in to comment.