From 6269c9ee9d489a74648024880802d557524eb6fe Mon Sep 17 00:00:00 2001 From: RWhiting <81450820+RWhiting78@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:09:09 +0100 Subject: [PATCH] Reverting broken change. Reverting change that seems to be preventing tests from passing. --- .github/workflows/iriscast_package_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iriscast_package_build.yaml b/.github/workflows/iriscast_package_build.yaml index e551ea85..f33983b2 100644 --- a/.github/workflows/iriscast_package_build.yaml +++ b/.github/workflows/iriscast_package_build.yaml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.x", "3.10", "3.6.8"] + python-version: ["3.10", "3.6.8"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}