From ce05d64de587e57cd0a01c79919c09a10c028f89 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Wed, 6 Dec 2023 19:55:23 -0500 Subject: [PATCH] adding step 2 in workflow --- .github/workflows/test-B01_SL_load_single_file.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-B01_SL_load_single_file.yml b/.github/workflows/test-B01_SL_load_single_file.yml index 642b5c0a..6dcdee90 100644 --- a/.github/workflows/test-B01_SL_load_single_file.yml +++ b/.github/workflows/test-B01_SL_load_single_file.yml @@ -22,4 +22,6 @@ jobs: - name: install icesat2-tracks using pip run: pip install . - name: first step B01_SL_load_single_file - run: python src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py 20190502052058_05180312_005_01 SH_testSLsinglefile2 True \ No newline at end of file + run: python src/icesat2_tracks/analysis_db/B01_SL_load_single_file.py 20190502052058_05180312_005_01 SH_testSLsinglefile2 True + - name: second step make_spectra + run: python src/icesat2_tracks/analysis_db/B02_make_spectra_gFT.py SH_20190502_05180312 SH_testSLsinglefile2 True \ No newline at end of file