Skip to content

Commit

Permalink
Fix the installation of python-build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Sep 7, 2024
1 parent bef32ee commit 506b381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# Keep in sync with
# "Prerequisites" in User's Guide,
# ``build-system.requires`` in ``pyproject.toml``.
conda install -q setuptools pip wheel build packaging numpy cython bzip2 hdf5 lzo
conda install -q setuptools pip wheel python-build packaging numpy cython bzip2 hdf5 lzo
python -m pip install --require-hashes -r requirements.txt
python -m pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple '${{ matrix.numpy }}'
# Keep in sync with ``project.optional-dependencies.doc`` in ``pyproject.toml``.
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
# Keep in sync with "Prerequisites" in User's Guide,
# ``build-system.requires`` in ``pyproject.toml``.
conda install setuptools pip wheel build packaging py-cpuinfo "numpy>=2" cython numexpr bzip2 hdf5 lzo 'typing_extensions>=4.4.0' c-blosc2
conda install setuptools pip wheel python-build packaging py-cpuinfo "numpy>=2" cython numexpr bzip2 hdf5 lzo 'typing_extensions>=4.4.0' c-blosc2
- name: Get source distrubtion
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 506b381

Please sign in to comment.