Skip to content

[CI] Remove additional PPA installation on Ubuntu #370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
submodules: recursive
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-14 g++-14 ninja-build mpich libomp-dev valgrind
python3 -m pip install -r requirements.txt
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
submodules: recursive
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
python3 -m pip install -r requirements.txt
Expand Down Expand Up @@ -91,7 +90,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
python3 -m pip install -r requirements.txt
Expand Down Expand Up @@ -147,7 +145,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
python3 -m pip install -r requirements.txt
Expand Down Expand Up @@ -202,7 +199,6 @@ jobs:
submodules: recursive
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
wget https://apt.llvm.org/llvm.sh
Expand Down Expand Up @@ -249,7 +245,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
wget https://apt.llvm.org/llvm.sh
Expand Down Expand Up @@ -307,7 +302,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
wget https://apt.llvm.org/llvm.sh
Expand Down Expand Up @@ -363,7 +357,6 @@ jobs:
submodules: recursive
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y ninja-build python3-pip \
openmpi-bin openmpi-common libopenmpi-dev
Expand Down Expand Up @@ -412,7 +405,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
wget https://apt.llvm.org/llvm.sh
Expand Down Expand Up @@ -470,7 +462,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip valgrind
wget https://apt.llvm.org/llvm.sh
Expand Down Expand Up @@ -1103,7 +1094,6 @@ jobs:
- uses: actions/checkout@v4
- name: Setup environment
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --no-install-recommends -y gcc-14 g++-14 ninja-build libmpich-dev libomp-dev valgrind
python3 -m pip install -r requirements.txt
Expand Down
Loading