Skip to content

Commit cf66392

Browse files
committed
Look for python
1 parent 865d417 commit cf66392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ runs:
102102
echo "PATH=$PATH:/opt/renode" >> "$GITHUB_ENV" && \
103103
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends python3-venv && \
104104
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends python3-dev build-essential gcc-x86-64-linux-gnu && \
105+
whereis python
106+
whereis python3
105107
sudo pip3 install -r requirements.txt
106108
shell: bash
107109
env:

0 commit comments

Comments
 (0)