Skip to content

Commit

Permalink
Fixing Jupyter-test OPS result: FAILURE (#48)
Browse files Browse the repository at this point in the history
* - added dateutil dependency
- Updated changelog

* changed dateutil to upgrade at the end

* Update ops_associations.txt with new collections

Co-authored-by: Zoltan Miskolci <zoltan.miskolci@jpl.nasa.gov>
Co-authored-by: Phoeneix <Phoeneix@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 4, 2022
1 parent 256403a commit 33bb77f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jupyter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
pip3 install git+https://github.com/nasa/harmony-py.git
pip3 install git+https://github.com/podaac/cmr-umm-updater.git
pip3 install git+https://github.com/podaac/cmr-association-diff.git@6193079a14e36f4c9526aa426015c2b6be41f0e2
pip3 install python-dateutil --upgrade
- name: Run CMR Association diff scripts
run: |
cmr_association_diff -e uat -t service -a "cmr/uat_associations.txt" -p POCLOUD -n 'PODAAC Concise' -o ${{ env.UAT_OUTPUT_FILE }} --token ${{ secrets.LAUNCHPAD_TOKEN_UAT }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Some log formatting for jupyter-test workflow
- PODAAC-4660
- Updated cmr-umm-updater to newer version and added input argument to disable association removal
- PODAAC-4976
- Added dateutil dependency to Jupyter-test workflow
### Changed
### Deprecated
### Removed
Expand Down
1 change: 1 addition & 0 deletions cmr/ops_associations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ C2147947806-POCLOUD
C2247621105-POCLOUD
C2158348170-POCLOUD
C2205121315-POCLOUD
C2152046451-POCLOUD

0 comments on commit 33bb77f

Please sign in to comment.