Skip to content
Closed
Changes from all 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
6 changes: 5 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow installs PyGMT dependencies, build documentation and run tests
# This workflow installs PyGMT dependencies, builds documentation, runs linters, and runs tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Tests
Expand Down Expand Up @@ -51,6 +51,10 @@ jobs:
PYTHON: ${{ matrix.python-version }}

steps:
- name: Debug
run: |
echo "${{ toJson(github) }}"

# Checkout current git repository
- name: Checkout
uses: actions/[email protected]
Expand Down