Skip to content

Commit

Permalink
[ci] Adding python3 to the rockylinux 8 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sherholz-intel committed Sep 19, 2024
1 parent f82b680 commit ac4885c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Install packages (rocky 8)
run: |
yum -y install gcc-c++ clang tar git-lfs make tbb-devel
yum -y install gcc-c++ clang tar git-lfs make tbb-devel python3
yum -y install cmake
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,4 +53,4 @@ jobs:

- name: Build and Run
run: |
scripts/build.sh
scripts/build.sh

0 comments on commit ac4885c

Please sign in to comment.