Skip to content

Commit

Permalink
Update macos_arm64.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto authored Oct 10, 2024
1 parent 7437782 commit bd543f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
TEST_DEPENDS: "cython"
TRAVIS_OS_NAME: ${{ matrix.os-name }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos-target }}
PATH: "/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
steps:
- uses: actions/checkout@v4
- name: Setup cmake
Expand All @@ -73,9 +72,13 @@ jobs:
python3 -c "import sys; print(sys.version)"
- name: Get code of pyproj
run: |
export PATH: "/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
echo $PATH
bash -x .github/workflows/build.sh
- name: Build Wheel of pyproj
run: |
export PATH: "/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
echo $PATH
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit bd543f0

Please sign in to comment.