diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index c66ca88832c..6883ef3d19b 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -47,18 +47,23 @@ jobs: build_lnx: name: oneDAL Linux nightly build if: github.repository == 'uxlfoundation/oneDAL' - runs-on: ubuntu-24.04 + runs-on: uxl-gpu-4xlarge timeout-minutes: 120 steps: - name: Checkout oneDAL uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Install Python + uses: actions/setup-python@v5 + with: + python-version: 3.9 - name: Install DPC++ run: .ci/env/apt.sh dpcpp - name: Install MKL run: .ci/env/apt.sh mkl - name: System Info run: | + echo $CONDA source /opt/intel/oneapi/setvars.sh .ci/scripts/describe_system.sh - name: Make daal