Skip to content

Commit

Permalink
Fix OneAPI tests (#629)
Browse files Browse the repository at this point in the history
Adds python to apt-get as running inside container.
  • Loading branch information
jhale authored Dec 21, 2022
1 parent f34aba0 commit ab0bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Install required packages to install Intel compilers and to build
run: apt -y update && apt install -y cmake git gnupg ninja-build wget
run: apt -y update && apt install -y cmake git gnupg ninja-build python3-dev python3-pip python3-setuptools wget

- uses: actions/checkout@v3

Expand Down

0 comments on commit ab0bf21

Please sign in to comment.