Skip to content

Commit

Permalink
manually install adafruit unified sensor in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 committed Mar 18, 2021
1 parent 390db36 commit c01e475
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
pip3 install -U platformio
python3 -m platformio update
python3 -m platformio lib install "adafruit/DHT sensor library"
python3 -m platformio lib install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip3 install -U platformio
python3 -m platformio update
python3 -m platformio lib install "adafruit/DHT sensor library"
python3 -m platformio lib install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pip3 install -U platformio
python3 -m platformio update
python3 -m platformio lib install "adafruit/DHT sensor library"
python3 -m platformio lib install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
pip3 install -U platformio
python3 -m platformio update
python3 -m platformio lib install "adafruit/DHT sensor library"
python3 -m platformio lib install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down

0 comments on commit c01e475

Please sign in to comment.