From 8a52d4cdd30621caf3ee0f879130856b6b9d0f3e Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 18 Nov 2024 18:02:14 +0800 Subject: [PATCH] Temporarily run in current branch --- .github/workflows/ci_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index bcdd3d14304..a1d58485c20 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -24,7 +24,7 @@ name: Tests on: push: - branches: [ main ] + branches: [ main, ci/macos ] paths: - 'pygmt/**' - '.github/workflows/ci_tests.yaml' @@ -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 }} @@ -89,7 +89,7 @@ jobs: xarray-version: '' optional-packages: ' geopandas<1' - timeout-minutes: 30 + timeout-minutes: 4 defaults: run: shell: bash -l {0}