We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd51d74 + 0990847 commit 93c6c7cCopy full SHA for 93c6c7c
.github/workflows/ci_tests_dev.yaml
@@ -118,6 +118,10 @@ jobs:
118
python setup.py sdist --formats=zip
119
pip install dist/*
120
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
+
125
# Run the tests
126
- name: Test with pytest (Linux/macOS)
127
run: make test PYTEST_EXTRA="-r P"
0 commit comments