Skip to content

Commit f9dc437

Browse files
authored
Merge pull request #82 from GenericMappingTools/nothing
Just to force a rebuild and CIs test.
2 parents 2dc552f + 03d89fa commit f9dc437

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
os:
3131
- ubuntu-latest
3232
#- ubuntu-20.04
33-
#- macos-latest
33+
- macos-latest
34+
- windows-latest
3435
arch:
3536
- x64
3637
include:
@@ -39,6 +40,11 @@ jobs:
3940
#os: ubuntu-20.04
4041
os: ubuntu-latest
4142
run_in_pr : true
43+
- name: macOS
44+
os: macos-latest
45+
run_in_pr : true
46+
- name: Windows
47+
os: windows-latest
4248

4349
steps:
4450
- name: Cancel Previous Runs

src/RemoteS.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ end
3030

3131

3232
"""
33-
Package to perform operations with satellite data. Easy to use in computing true color images with automatic contrast stretch, many spectral indices and processing of MODIS L2 files.
33+
Package to perform operations with satellite data. Easy to use in computing true color images with
34+
automatic contrast stretch, many spectral indices and processing of MODIS L2 files.
3435
"""
3536
RemoteS
3637

0 commit comments

Comments
 (0)