Skip to content

Commit 93c6c7c

Browse files
authored
Merge branch 'master' into earth-relief-region
2 parents dd51d74 + 0990847 commit 93c6c7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ jobs:
118118
python setup.py sdist --formats=zip
119119
pip install dist/*
120120
121+
- name: Add GMT's bin to PATH (Linux/macOS)
122+
run: echo ${GITHUB_WORKSPACE}/gmt-install-dir/bin >> $GITHUB_PATH
123+
if: runner.os != 'Windows'
124+
121125
# Run the tests
122126
- name: Test with pytest (Linux/macOS)
123127
run: make test PYTEST_EXTRA="-r P"

0 commit comments

Comments
 (0)