Skip to content

Commit db056fb

Browse files
committed
Temporarily run in current branch
1 parent eca2edd commit db056fb

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
@@ -26,7 +26,7 @@ name: Tests
2626

2727
on:
2828
push:
29-
branches: [ main ]
29+
branches: [ main, ci/macos ]
3030
paths:
3131
- 'pygmt/**'
3232
- '.github/workflows/ci_tests.yaml'
@@ -57,7 +57,7 @@ jobs:
5757
fail-fast: false
5858
matrix:
5959
python-version: ['3.10', '3.12']
60-
os: [ubuntu-latest, macos-latest, windows-latest]
60+
os: [macos-latest]
6161
# Is it a draft Pull Request (true or false)?
6262
isDraft:
6363
- ${{ github.event.pull_request.draft }}
@@ -88,7 +88,7 @@ jobs:
8888
xarray-version: ''
8989
optional-packages: ''
9090

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

0 commit comments

Comments
 (0)