Skip to content

Commit

Permalink
Merge pull request #137 from ASFHyP3/improve-workflows
Browse files Browse the repository at this point in the history
pin requirements, fail workflow on error
  • Loading branch information
jtherrmann authored Dec 9, 2024
2 parents 27dfc0b + ced624b commit f003d1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/process-and-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
python=3.9
- name: Process new granules
continue-on-error: true
shell: bash -l {0}
run: |
python data_management/process_new_granules.py -y -w ${{ matrix.config_file }}
Expand Down
6 changes: 3 additions & 3 deletions data_management/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- nodefaults
dependencies:
- python>=3.9
- asf_search==7.1.4
- boto3
- hyp3_sdk
- pip
- pip:
- -r requirements-data-management.txt
3 changes: 3 additions & 0 deletions requirements-data-management.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
asf_search==7.1.4
boto3==1.35.76
hyp3_sdk==7.0.1

0 comments on commit f003d1a

Please sign in to comment.