Skip to content

Commit

Permalink
remove macos 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Oct 5, 2023
1 parent 2d8c973 commit 590786e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 590786e

Please sign in to comment.