Skip to content

Commit

Permalink
fix/update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Feb 9, 2024
1 parent b6ad315 commit fdd322e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:

- name-suffix: "wheel-h5py_2.10.0"
os: macos-latest
python-version: '3.7'
python-version: '3.7.16'
OLDEST_DEPENDENCIES: 'h5py==2.10.0'
env:
MACOSX_DEPLOYMENT_TARGET: 10.15

- name-suffix: "wheel-h5py_3.8.0"
os: macos-latest
python-version: '3.10'
python-version: '3.10.8'
OLDEST_DEPENDENCIES: 'h5py==3.8.0'

steps:
Expand All @@ -58,7 +58,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install build tool
run: pip install build
run: python -m pip install --upgrade pip build
- name: Build sdist and wheel
run: python -m build
- name: Install wheel
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ install:
- "SET PATH=%BUILD_PY_PATH%;%OLD_PATH%"

# Upgrade distribution modules and dependencies
- "python -m pip install --upgrade pip setuptools wheel h5py"
- "python -m pip install --upgrade pip build"
- "pip freeze"


build_script:
- "python setup.py bdist_wheel"
- "python -m build --wheel"
- ps: "ls dist"


Expand Down

0 comments on commit fdd322e

Please sign in to comment.