We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865d417 commit cf66392Copy full SHA for cf66392
action.yml
@@ -102,6 +102,8 @@ runs:
102
echo "PATH=$PATH:/opt/renode" >> "$GITHUB_ENV" && \
103
sudo DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends python3-venv && \
104
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
107
sudo pip3 install -r requirements.txt
108
shell: bash
109
env:
0 commit comments