Skip to content

Commit 0990847

Browse files
authored
CI: Add GMT's bin to PATH for GMT dev tests (#877)
1 parent 65c6e27 commit 0990847

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)