Skip to content

Commit

Permalink
Fixed python install
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianReimold committed Apr 23, 2024
1 parent fcd8770 commit 4470432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
if [ "${{ matrix.os }}" == "ubuntu-24.04" ]; then
sudo apt-get install ninja-build doxygen graphviz libcurl4-openssl-dev libprotobuf-dev libprotoc-dev protobuf-compiler libhdf5-dev qt6-base-dev qt6-svg-dev libyaml-cpp-dev
sudo apt-get -y install python python-venv
sudo apt-get -y install python3 python3-venv
elif [ "${{ matrix.os }}" == "ubuntu-22.04" ]; then
sudo apt-get install ninja-build doxygen graphviz libcurl4-openssl-dev libprotobuf-dev libprotoc-dev protobuf-compiler libhdf5-dev qtbase5-dev libqt5opengl5-dev libqt5svg5-dev libyaml-cpp-dev
sudo apt-get -y install python python-venv
sudo apt-get -y install python3 python3-venv
elif [ "${{ matrix.os }}" == "ubuntu-20.04" ]; then
sudo apt-get install ninja-build doxygen graphviz libcurl4-openssl-dev libprotobuf-dev libprotoc-dev protobuf-compiler libhdf5-dev qt5-default libqt5opengl5-dev libqt5svg5-dev libyaml-cpp-dev
sudo apt-get -y install python3.9 python3.9-venv
Expand Down

0 comments on commit 4470432

Please sign in to comment.