Skip to content

Commit 37e711c

Browse files
committed
add awscli v2 to action
1 parent 10a3f92 commit 37e711c

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
with:
4848
version: 1.1.251
4949

50+
- name: install-aws-cli
51+
uses: unfor19/install-aws-cli-action@v1
52+
with:
53+
version: 2 # default
54+
verbose: false # default
55+
arch: amd64 # allowed values: amd64, arm64
56+
5057
- name: "Execute notebooks with Quarto"
5158
env:
5259
EARTHDATA_USERNAME: ${{ secrets.EARTHDATA_USERNAME }}

notebooks/ICESat-2_MODIS_Arctic_Sea_Ice/Customize and Access Data Rendered.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
"name": "python",
602602
"nbconvert_exporter": "python",
603603
"pygments_lexer": "ipython3",
604-
"version": "3.9.15"
604+
"version": "3.9.16"
605605
}
606606
},
607607
"nbformat": 4,

notebooks/ICESat-2_MODIS_Arctic_Sea_Ice/Customize and Access Data.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
"name": "python",
486486
"nbconvert_exporter": "python",
487487
"pygments_lexer": "ipython3",
488-
"version": "3.9.15"
488+
"version": "3.9.16"
489489
}
490490
},
491491
"nbformat": 4,

notebooks/SnowEx_ASO_MODIS_Snow/Snow-tutorial_rendered.ipynb

+9-7
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
{
8383
"cell_type": "code",
8484
"execution_count": 1,
85-
"metadata": {},
85+
"metadata": {
86+
"tags": []
87+
},
8688
"outputs": [],
8789
"source": [
8890
"import os\n",
@@ -732,16 +734,16 @@
732734
},
733735
{
734736
"cell_type": "code",
735-
"execution_count": 10,
736-
"metadata": {},
737+
"execution_count": 2,
738+
"metadata": {
739+
"tags": []
740+
},
737741
"outputs": [
738742
{
739743
"name": "stdout",
740744
"output_type": "stream",
741745
"text": [
742-
"download: s3://snowex-aso-modis-tutorial-data/MOD10A1_A2017039_h09v05_006_2017041102600_MOD_Grid_Snow_500m_NDSI_Snow_Cover_99f6ee91_subsetted.tif to ./MOD10A1_A2017039_h09v05_006_2017041102600_MOD_Grid_Snow_500m_NDSI_Snow_Cover_99f6ee91_subsetted.tif\n",
743-
"download: s3://snowex-aso-modis-tutorial-data/SnowEx17_GPR_Version2_Week1.csv to ./SnowEx17_GPR_Version2_Week1.csv\n",
744-
"download: s3://snowex-aso-modis-tutorial-data/ASO_3M_SD_USCOGM_20170208.tif to ./ASO_3M_SD_USCOGM_20170208.tif\n"
746+
"zsh:1: command not found: aws\n"
745747
]
746748
}
747749
],
@@ -1798,7 +1800,7 @@
17981800
"name": "python",
17991801
"nbconvert_exporter": "python",
18001802
"pygments_lexer": "ipython3",
1801-
"version": "3.9.7"
1803+
"version": "3.9.16"
18021804
}
18031805
},
18041806
"nbformat": 4,

0 commit comments

Comments
 (0)