Skip to content

Commit

Permalink
use more parameters in setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 21, 2024
1 parent 2dc6fd7 commit fc645b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,12 @@ jobs:
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
path: libs/openblas*.tar.gz

- uses: conda-incubator/[email protected].1
- uses: conda-incubator/[email protected].4
with:
channels: conda-forge
channel-priority: true
activate-environment: upload
miniforge-version: latest

- name: Upload
# see https://github.com/marketplace/actions/setup-miniconda for why
Expand Down
4 changes: 2 additions & 2 deletions tools/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function build_lib {
# OSX or manylinux build
#
# Input arg
# plat - one of i686, x86_64
# plat - one of i686, x86_64, arm64
# interface64 - 1 if build with INTERFACE64 and SYMBOLSUFFIX
# nightly - 1 if building for nightlies
#
Expand Down Expand Up @@ -103,7 +103,7 @@ function patch_source {
function do_build_lib {
# Build openblas lib
# Input arg
# plat - one of i686, x86_64
# plat - one of i686, x86_64, arm64
# suffix (optional) - suffix for output archive name
# Suffix added with hyphen prefix
# interface64 (optional) - whether to build ILP64 openblas
Expand Down
2 changes: 1 addition & 1 deletion tools/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ "${INTERFACE64}" != "1" ]; then
fi

rm -rf dist/*
$PYTHON -m pip wheel -w dist -vv .
$PYTHON -m pip wheel -w dist -v .

if [ $(uname) == "Darwin" ]; then
$PYTHON -m pip install delocate
Expand Down

0 comments on commit fc645b8

Please sign in to comment.