Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev authored Jun 14, 2024
1 parent f9c0dfb commit 9eff730
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
name: test-report-ubuntu
path: test-suite.log

- name: create venv
run: |
python3 -m venv trexio-venv
source trexio-venv/bin/activate
- name: install Python API
run: make python-install

Expand Down Expand Up @@ -145,6 +150,11 @@ jobs:
- name: check TREXIO
run: make -j3 check

- name: create venv
run: |
python3 -m venv trexio-venv
source trexio-venv/bin/activate
- name: compile Python API
run: |
export H5_CFLAGS="-I$(brew --prefix hdf5)/include"
Expand Down

0 comments on commit 9eff730

Please sign in to comment.