Skip to content

Commit

Permalink
installing lib globally
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 committed Mar 19, 2021
1 parent c01e475 commit 246858d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
pip3 install -U wheel
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"
python3 -m platformio lib -g install "adafruit/DHT sensor library"
python3 -m platformio lib -g install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pip3 install -U wheel
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"
python3 -m platformio lib -g install "adafruit/DHT sensor library"
python3 -m platformio lib -g install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip3 install -U wheel
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"
python3 -m platformio lib -g install "adafruit/DHT sensor library"
python3 -m platformio lib -g install "adafruit/Adafruit Unified Sensor"
- name: building examples and running the unit tests
run: bash ./.scripts/ci_local.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pip3 install -U wheel
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"
python3 -m platformio lib -g install "adafruit/DHT sensor library"
python3 -m platformio lib -g 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 246858d

Please sign in to comment.