Skip to content

Commit

Permalink
use tmate debug on gdal py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 8, 2024
1 parent 7279384 commit 10bc7bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/macos_x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-13"]
python: ["3.10", "3.11", "3.12"]
os:
["macos-13"]
#python: ["3.10", "3.11", "3.12"]
python: ["3.12"]
platform: ["x86_64"]
macos-target: ["13"]
os-name: ["osx"]
Expand All @@ -132,12 +134,12 @@ jobs:
- name: Get code of gdal
run: |
bash -x .github/workflows/build.sh
#- name: Setup debugging session
# uses: mxschmitt/action-tmate@v3
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- name: Build Wheel of GDAL
run: |
bash -x .github/workflows/wheel.sh
- name: Setup debugging session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 10bc7bc

Please sign in to comment.