Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rizzi committed Feb 13, 2025
1 parent e16ecc0 commit 2bbc8c0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

env: # environment variables available to all steps
CXX: ${{ matrix.config.cxx }}
APT_PACKAGES: python3 pip python-is-python3 g++ clang gpg wget
APT_PACKAGES: python3 pip python-is-python3 g++ clang gpg wget cmake
PIP_PACKAGES: pytest build numpy scipy matplotlib PyYAML GitPython
SRC_HOME: /home/runner/work/pressio-tutorials/pressio-tutorials
BUILD_DIR: /home/runner/work/build/pressio-tutorials
Expand All @@ -48,18 +48,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y --install-suggests $APT_PACKAGES
- name: Install CMake
run: |
export CMAKE_KEYRING=/usr/share/keyrings/kitware-archive-keyring.gpg
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null \
| gpg --dearmor - \
| sudo tee $CMAKE_KEYRING >/dev/null
echo "deb [signed-by=$CMAKE_KEYRING] https://apt.kitware.com/ubuntu/ focal main" \
| sudo tee /etc/apt/sources.list.d/kitware.list >/dev/null
sudo apt-get update
rm $CMAKE_KEYRING
sudo apt-get install -y kitware-archive-keyring cmake
- name: Check environment
run: |
echo ======================================================
Expand Down

0 comments on commit 2bbc8c0

Please sign in to comment.