Skip to content

Commit

Permalink
add 3.12 on macos now that wheels are available for h5py (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher authored Oct 9, 2023
1 parent 934973d commit e892e8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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 @@ -27,10 +29,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: pyproject.toml
- name: Install pytables ubuntu
if: ${{ startsWith( matrix.os, 'ubuntu') && matrix.python-version == 3.12 }}
run: |
sudo apt-get install libhdf5-dev
- name: Install SimWeights
run: |
python3 -m pip install flit
Expand Down

0 comments on commit e892e8c

Please sign in to comment.