Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Apr 19, 2024
1 parent 0975f16 commit 7d9a5a6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,14 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.12
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge
channel-priority: strict
auto-update-conda: true
miniconda-version: "latest"
activate-environment: build_sdist

- name: Set up Conda environment
shell: bash -l {0}
run: |
conda config --set always_yes yes --set changeps1 no
conda install -q -n build_sdist blas-devel \
fftw \
meson-python \
numpy \
pkg-config \
setuptools_scm \
jupyter \
build
environment-file: environment.yml

- name: Build sdist
run: pip install --no-deps . # pipx run build --sdist
Expand Down

0 comments on commit 7d9a5a6

Please sign in to comment.