Skip to content

Commit

Permalink
install python-full
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Sep 7, 2023
1 parent 2155b7b commit e09149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
riscv64/debian:rc-buggy \
bash -exc '\
apt-get update && \
apt-get install -y cmake build-essential git python3 python3-dev && \
apt-get install -y cmake build-essential git python3-full python3-pip python3-dev && \
cmake --version && \
uname -a && \
export CP_USE_GREEN_REAPER=0 && \
Expand Down

0 comments on commit e09149b

Please sign in to comment.