Skip to content

Commit

Permalink
Temporarily run in current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Nov 18, 2024
1 parent f41974d commit 8a52d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name: Tests

on:
push:
branches: [ main ]
branches: [ main, ci/macos ]
paths:
- 'pygmt/**'
- '.github/workflows/ci_tests.yaml'
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [macos-latest]
# Is it a draft Pull Request (true or false)?
isDraft:
- ${{ github.event.pull_request.draft }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
xarray-version: ''
optional-packages: ' geopandas<1'

timeout-minutes: 30
timeout-minutes: 4
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 8a52d4c

Please sign in to comment.