-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding compression option * Adding modification and verification in method * add test_geojson method to test the geojson file * restore earthspy file * Add loop over file and test * Adding comments and use of glob * add pre-commit file and last change in test_earthspy * Modify comments and doc of `test_geojson` * reran precommit * bring tests out of file context * check that geojson files are found * change tests on * rename test method --------- Co-authored-by: Adrien Wehrlé <adrien.wehrle@hotmail.fr>
- Loading branch information
1 parent
07967b4
commit b7db112
Showing
2 changed files
with
38 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
name: CI | ||
on: [push] | ||
on: | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
miniconda: | ||
|
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