Skip to content

Commit

Permalink
Well, more reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 6, 2023
1 parent 6d316d9 commit 3dee42a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
CYTHON_DEP: "Cython>=3"
run: |
if [ "$PYTHON_VERSION" == '3.8' ]; then
echo "NP_BUILD_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.17.3)" >> $GITHUB_ENV
echo "NP_BUILD_DEP=$(echo numpy==1.22.2)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.22.2)" >> $GITHUB_ENV
elif [ "$PYTHON_VERSION" == '3.9' ]; then
echo "NP_BUILD_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.19.4)" >> $GITHUB_ENV
echo "NP_BUILD_DEP=$(echo numpy==1.22.2)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.22.2)" >> $GITHUB_ENV
elif [ "$PYTHON_VERSION" == '3.10' ]; then
echo "NP_BUILD_DEP=$(echo numpy==1.22.0)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.22.0)" >> $GITHUB_ENV
echo "NP_BUILD_DEP=$(echo numpy==1.22.2)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.22.2)" >> $GITHUB_ENV
elif [ "$PYTHON_VERSION" == '3.11' ]; then
echo "NP_BUILD_DEP=$(echo numpy==1.23.2)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.23.2)" >> $GITHUB_ENV
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,29 @@ jobs:
fail-fast: false
matrix:
platform: [x64]
PLAT: [x86_64] # [i686, x86_64]
MB_ML_VER: [2014]
include:
- python-version: '3.8'
os: ubuntu-latest
PLAT: x86_64
- python-version: '3.9'
os: ubuntu-latest
PLAT: x86_64
- python-version: '3.10'
os: ubuntu-latest
PLAT: x86_64
- python-version: '3.11'
os: ubuntu-latest
PLAT: x86_64
- python-version: '3.10'
os: macos-latest
PLAT: x86_64
- python-version: '3.11'
os: macos-latest
PLAT: x86_64
- python-version: '3.8'
os: macos-latest
PLAT: x86_64
- python-version: '3.8'
os: macos-latest
PLAT: universal2
Expand Down

0 comments on commit 3dee42a

Please sign in to comment.