Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Apr 15, 2024
1 parent d0fc7bf commit 790fd9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
- name: Install dependencies
run: |
#sudo apt-get install libhdf5-serial-dev liblzo2-dev libgraphviz-dev -y
pip3 install git+https://github.com/PyTables/PyTables
python -m pip install --upgrade pip
- name: Install HDF5 for pytables on macos-14
run: |
if [[ ${{ matrix.runs-on }} == "macos-14" ]]; then brew install hdf5 ; fi;
- name: Build package
run: |
pip install .[full]
Expand Down

0 comments on commit 790fd9d

Please sign in to comment.