Skip to content

Commit

Permalink
Feature/podaac 5942 (#9)
Browse files Browse the repository at this point in the history
* python 3.9, cumulus-process-py 1.3.0

* poetry 1.5.1

---------

Co-authored-by: Yen, David (398B-Affiliate) <[email protected]>
  • Loading branch information
yenes56 and Yen, David (398B-Affiliate) authored Nov 11, 2023
1 parent a86098a commit ce8e979
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 227 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.9
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.15
poetry-version: 1.5.1
- name: Get version
id: get-version
run: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: poetry install

- name: Run Snyk on Python
uses: snyk/actions/python-3.8@master
uses: snyk/actions/python-3.9@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed release build
- upgrade few actions, python version to 3.8 and poetry 1.1.4 -> 1.1.15
### Changed
- **PODAAC-5942**
- python 3.9. cumulus-process-py 1.3.0
### Deprecated
### Removed
### Fixed
Expand Down
Loading

0 comments on commit ce8e979

Please sign in to comment.