Skip to content

Commit 8f16aa0

Browse files
committed
Temporarily run in current branch
1 parent 3ad94d9 commit 8f16aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name: Tests
2424

2525
on:
2626
push:
27-
branches: [ main ]
27+
branches: [ main, ci/macos ]
2828
paths:
2929
- 'pygmt/**'
3030
- '.github/workflows/ci_tests.yaml'
@@ -55,7 +55,7 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
python-version: ['3.10', '3.12']
58-
os: [ubuntu-latest, macos-latest, windows-latest]
58+
os: [macos-latest]
5959
# Is it a draft Pull Request (true or false)?
6060
isDraft:
6161
- ${{ github.event.pull_request.draft }}
@@ -89,7 +89,7 @@ jobs:
8989
xarray-version: ''
9090
optional-packages: ' geopandas<1'
9191

92-
timeout-minutes: 30
92+
timeout-minutes: 4
9393
defaults:
9494
run:
9595
shell: bash -l {0}

0 commit comments

Comments
 (0)