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 a465f65 commit c92b850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ 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
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
pip install lgpio-0.2.2.0.tar.gz
pip install pyyaml
pip list
python -c "import lgpio"
- name: Mosquitto MQTT Broker in GitHub Actions
uses: Namoshek/mosquitto-github-action@v1
Expand Down

0 comments on commit c92b850

Please sign in to comment.