From 02ce777c011822c69e2272e281a374c1070a0f69 Mon Sep 17 00:00:00 2001 From: Sharon Goliath Date: Thu, 20 Jul 2023 15:19:01 -0700 Subject: [PATCH 1/2] CADC-12637 - increment cibuild versions. --- .github/workflows/cibuild.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 1a7afba7..b38c38fe 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install hdf5 library run: sudo apt-get install -y libhdf5-dev @@ -21,9 +21,9 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3.10 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install tox @@ -49,11 +49,11 @@ jobs: package: caom2utils steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install tox @@ -70,9 +70,9 @@ jobs: runs-on: ubuntu-latest needs: tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python 3.10 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Setup Graphviz @@ -96,9 +96,9 @@ jobs: runs-on: ubuntu-latest if: contains(github.ref, '=') steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: '3.x' - name: Determine the package From 4be9574034226f6f30330b7673fad56e9b88d1e3 Mon Sep 17 00:00:00 2001 From: Sharon Goliath Date: Thu, 20 Jul 2023 15:30:30 -0700 Subject: [PATCH 2/2] 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