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 c92b850 commit c44118a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Install python libraries
run: |
sudo apt-get install -y swig python-dev python3-dev
sudo apt-get install -y python-setuptools python3-setuptools
sudo apt-get install -y swig python3-dev
sudo apt-get install -y python3-setuptools
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
pip install -e .
pip install -r requirements/requirements_dev.txt
Expand Down

0 comments on commit c44118a

Please sign in to comment.