Skip to content

Commit

Permalink
chore(pio-build): ignore shellcheck SC1091
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Apr 30, 2024
1 parent 4782f07 commit 68c0fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/pio-build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ readonly CMSIS_ARCHIVE="CMSIS-${CMSIS_VERSION}.tar.bz2"

# Use python venv
python3 -m venv "$HOME/venv"
# shellcheck disable=SC1091
. "$HOME/venv/bin/activate"
# Install PlatformIO
python3 -m pip install --quiet --upgrade platformio
Expand Down

0 comments on commit 68c0fec

Please sign in to comment.