We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad94d9 commit 8f16aa0Copy full SHA for 8f16aa0
.github/workflows/ci_tests.yaml
@@ -24,7 +24,7 @@ name: Tests
24
25
on:
26
push:
27
- branches: [ main ]
+ branches: [ main, ci/macos ]
28
paths:
29
- 'pygmt/**'
30
- '.github/workflows/ci_tests.yaml'
@@ -55,7 +55,7 @@ jobs:
55
fail-fast: false
56
matrix:
57
python-version: ['3.10', '3.12']
58
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [macos-latest]
59
# Is it a draft Pull Request (true or false)?
60
isDraft:
61
- ${{ github.event.pull_request.draft }}
@@ -89,7 +89,7 @@ jobs:
89
xarray-version: ''
90
optional-packages: ' geopandas<1'
91
92
- timeout-minutes: 30
+ timeout-minutes: 4
93
defaults:
94
run:
95
shell: bash -l {0}
0 commit comments