Skip to content

Commit 59ebfdc

Browse files
committed
Use new test pinning requirements.txt
1 parent d03055a commit 59ebfdc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,15 @@ jobs:
411411
- name: Add ICC & Python 3
412412
run: sudo apt-get update; sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic cmake python3-dev python3-numpy python3-pytest python3-pip
413413

414-
- name: Update pip & pytest
414+
- name: Update pip
415415
shell: bash
416416
run: |
417417
set +e; source /opt/intel/oneapi/setvars.sh; set -e
418418
python3 -m pip install --upgrade pip
419-
python3 -m pip install --upgrade pytest==5.4.3
419+
420+
- name: Install dependencies
421+
set +e; source /opt/intel/oneapi/setvars.sh; set -e
422+
python3 -m pip install -r tests/requirements.txt --prefer-binary
420423

421424
- name: Configure
422425
shell: bash

0 commit comments

Comments
 (0)