From 4be9574034226f6f30330b7673fad56e9b88d1e3 Mon Sep 17 00:00:00 2001 From: Sharon Goliath Date: Thu, 20 Jul 2023 15:30:30 -0700 Subject: [PATCH] CADC-12637 - remove h5py dependencies that are failing to install. --- .github/workflows/cibuild.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index b38c38fe..4fac1bf1 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -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 @@ -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