We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f91182 commit 761c316Copy full SHA for 761c316
.github/workflows/ci.yml
@@ -413,7 +413,7 @@ jobs:
413
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
414
415
- name: Add ICC & Python 3
416
- run: sudo apt-get update; sudo apt-get install -y intel-oneapi-dpcpp-cpp-compiler-pro intel-oneapi-python cmake
+ run: sudo apt-get update; sudo apt-get install -y intel-oneapi-dpcpp-cpp-compiler-pro cmake python3-dev python3-numpy python3-pytest python3-pip libeigen3-dev
417
418
- name: Update pip & pytest
419
shell: bash
0 commit comments