Skip to content

Commit

Permalink
use variable only on master section
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 4, 2024
1 parent a6f3a8e commit 25a291d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/test_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
REPO_DIR: pyproj
BUILD_COMMIT: 3.6.1
WHEEL_SDIR: wheelhouse
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
Expand All @@ -43,20 +44,10 @@ jobs:
with:
python-version: "3.10"
- name: get code of pyproj
env:
REPO_DIR: pyproj
WHEEL_SDIR: wheelhouse
SETUPTOOLS_USE_DISTUTILS: stdlib
BUILD_COMMIT: 3.6.1
run: |
echo $PATH
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: |
sudo apt install python3-virtualenv
#bash -x .github/workflows/wheel.sh
Expand All @@ -65,11 +56,6 @@ jobs:
timeout-minutes: 30
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- 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@v4
Expand Down Expand Up @@ -110,7 +96,6 @@ jobs:
# env:
# REPO_DIR: Fiona
# WHEEL_SDIR: wheelhouse
# SETUPTOOLS_USE_DISTUTILS: stdlib
# BUILD_COMMIT: 1.9.5
# run: |
# echo $PATH
Expand All @@ -119,7 +104,6 @@ jobs:
# env:
# REPO_DIR: Fiona
# WHEEL_SDIR: wheelhouse
# SETUPTOOLS_USE_DISTUTILS: stdlib
# BUILD_COMMIT: 1.9.5
# BUILD_DEPENDS: "oldest-supported-numpy cython==0.29.26 wheel==0.34.2"
# TEST_DEPENDS: "oldest-supported-numpy attrs==21.4.0 pytest==6.2.5 click==8.0.3 mock boto3 packaging hypothesis==4.38.1 wheel==0.34.2 pytz"
Expand Down Expand Up @@ -163,15 +147,13 @@ jobs:
# env:
# REPO_DIR: gdal
# WHEEL_SDIR: wheelhouse
# SETUPTOOLS_USE_DISTUTILS: stdlib
# BUILD_COMMIT: v3.7.3
# run: |
# bash -x .github/workflows/build.sh
# - name: Build Wheel of GDAL
# env:
# REPO_DIR: gdal
# WHEEL_SDIR: wheelhouse
# SETUPTOOLS_USE_DISTUTILS: stdlib
# BUILD_COMMIT: v3.7.3
# run: |
# sudo apt install python3-virtualenv
Expand Down

0 comments on commit 25a291d

Please sign in to comment.