Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# push:
# branches: [ main ]
pull_request:
types: [ready_for_review]
types: [opened, reopened, synchronize, ready_for_review]
paths-ignore:
- 'doc/**'
- 'examples/**'
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
if: runner.os != 'Windows'

- name: Install GMT dev version from conda-forge (Windows)
run: mamba install -c conda-forge/label/dev gmt=6.3
run: mamba install -c conda-forge/label/dev gmt
if: runner.os == 'Windows'

# Download cached remote files (artifacts) from GitHub
Expand Down