Skip to content

Commit

Permalink
remove SETUPTOOLS_USE_DISTUTILS: stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 9, 2024
1 parent a69e73b commit 7ebfc39
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/macos_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
BUILD_DEPENDS: "cython wheel"
BUILD_DEPENDS: "cython wheel septools numpy==1.26.2"
TEST_DEPENDS: "cython"
TRAVIS_OS_NAME: ${{ matrix.os-name }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
Expand All @@ -35,19 +35,10 @@ jobs:
echo "check python3"
python3 -c "import sys; print(sys.version)"
- name: Get code of pyproj
env:
REPO_DIR: pyproj
WHEEL_SDIR: wheelhouse
SETUPTOOLS_USE_DISTUTILS: stdlib
BUILD_COMMIT: 3.6.1
run: |
bash -x .github/workflows/build.sh
- name: Build Wheel of pyproj
env:
REPO_DIR: pyproj
WHEEL_SDIR: wheelhouse
SETUPTOOLS_USE_DISTUTILS: stdlib
BUILD_COMMIT: 3.6.1
run: |
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
Expand All @@ -73,7 +64,7 @@ jobs:
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
BUILD_DEPENDS: "oldest-supported-numpy cython wheel"
BUILD_DEPENDS: "oldest-supported-numpy cython wheel septools"
TEST_DEPENDS: "oldest-supported-numpy attrs pytest click mock boto3 packaging hypothesis wheel pytz"
TRAVIS_OS_NAME: ${{ matrix.os-name }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
Expand All @@ -88,21 +79,13 @@ jobs:
echo "check python3"
python3 -c "import sys; print(sys.version)"
- name: Get code of Fiona
env:
REPO_DIR: Fiona
WHEEL_SDIR: wheelhouse
SETUPTOOLS_USE_DISTUTILS: stdlib
BUILD_COMMIT: 1.9.5
run: |
bash -x .github/workflows/build.sh
- name: Build Wheel of Fiona
env:
REPO_DIR: Fiona
WHEEL_SDIR: wheelhouse
SETUPTOOLS_USE_DISTUTILS: stdlib
BUILD_COMMIT: 1.9.5
BUILD_DEPENDS: "oldest-supported-numpy cython wheel"
TEST_DEPENDS: "oldest-supported-numpy attrs pytest click mock boto3 packaging hypothesis wheel pytz"
BUILD_DEPENDS: "oldest-supported-numpy cython wheel numpy==1.26.2 setuptools"
TEST_DEPENDS: "oldest-supported-numpy attrs pytest click mock boto3 packaging hypothesis wheel pytz numpy==1.26.2"
run: |
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7ebfc39

Please sign in to comment.