From 590786e0e41fd9c563ec30afc4300311d692a624 Mon Sep 17 00:00:00 2001 From: Kevin Meagher <11620178+kjmeagher@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:28:06 -0500 Subject: [PATCH] remove macos 3.12 --- .github/workflows/tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf2ec6a..22ee357 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,8 +19,6 @@ jobs: include: - python-version: "3.11" os: macos-12 - - python-version: "3.12" - os: macos-12 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -33,11 +31,6 @@ jobs: if: ${{ startsWith( matrix.os, 'ubuntu') && matrix.python-version == 3.12 }} run: | sudo apt-get install libhdf5-dev - - name: Install pytables macos - if: ${{ startsWith( matrix.os, 'macos') && matrix.python-version == 3.12 }} - run: | - brew install hdf5 - echo "HDF5_DIR=$(brew --prefix hdf5)" >> $GITHUB_ENV - name: Install SimWeights run: | python3 -m pip install flit