-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-tut-symbols
- Loading branch information
Showing
44 changed files
with
383 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
@@ -142,7 +142,6 @@ jobs: | |
pytest-doctestplus | ||
pytest-mpl | ||
pytest-rerunfailures | ||
pytest-xdist | ||
# Download cached remote files (artifacts) from GitHub | ||
- name: Download remote data from GitHub | ||
|
@@ -165,7 +164,7 @@ jobs: | |
|
||
# Run the regular tests | ||
- name: Run tests | ||
run: make test PYTEST_EXTRA="-r P -n auto --reruns 2" | ||
run: make test PYTEST_EXTRA="-r P --reruns 2" | ||
|
||
# Upload diff images on test failure | ||
- name: Upload diff images if any test fails | ||
|
@@ -177,7 +176,7 @@ jobs: | |
|
||
# Upload coverage to Codecov | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected].3 | ||
uses: codecov/[email protected].7 | ||
if: success() || failure() | ||
with: | ||
use_oidc: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
@@ -153,7 +153,7 @@ jobs: | |
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \ | ||
numpy pandas xarray netCDF4 packaging \ | ||
build contextily dvc geopandas ipython pyarrow rioxarray \ | ||
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures pytest-xdist\ | ||
pytest pytest-cov pytest-doctestplus pytest-mpl pytest-rerunfailures \ | ||
sphinx-gallery | ||
# Show installed pkg information for postmortem diagnostic | ||
|
@@ -181,7 +181,7 @@ jobs: | |
|
||
# Run the tests | ||
- name: Test with pytest | ||
run: make test PYTEST_EXTRA="-r P -n auto --reruns 2" | ||
run: make test PYTEST_EXTRA="-r P --reruns 2" | ||
env: | ||
GMT_LIBRARY_PATH: ${{ runner.temp }}/gmt-install-dir/lib | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
|
||
# Install Micromamba with conda-forge dependencies | ||
- name: Setup Micromamba | ||
uses: mamba-org/[email protected].1 | ||
uses: mamba-org/[email protected].2 | ||
with: | ||
environment-name: pygmt | ||
condarc: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.