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 6bc8264 commit a465f65
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 @@ -23,11 +23,12 @@ jobs:
- name: Install python libraries
run: |
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 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 a465f65

Please sign in to comment.