Skip to content

Commit

Permalink
ci:oneapi: use python for more test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 19, 2024
1 parent 298b318 commit ffc2135
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/oneapi-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
python-version: '3.12'

- name: Python pkgs
run: pip install numpy h5py

- name: cache install oneAPI
id: cache-install
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
/opt/intel/oneapi
Expand Down

0 comments on commit ffc2135

Please sign in to comment.