Skip to content

Commit

Permalink
CADC-12637 - remove h5py dependencies that are failing to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharonGoliath committed Jul 20, 2023
1 parent 02ce777 commit 4be9574
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install hdf5 library
run: sudo apt-get install -y libhdf5-dev

egginfo:
needs: build
Expand Down Expand Up @@ -57,8 +55,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
# pytest-runner required to support deprecated Python3.5
run: python -m pip install --upgrade tox pytest-runner
run: python -m pip install --upgrade tox
- name: Test ${{ matrix.package }}
run: |
# add py and remove the "." from python-version in order to get the tox_target
Expand Down

0 comments on commit 4be9574

Please sign in to comment.