-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update depend versions and python to 3.10. still some tests failing though. * Updated python to 3.10 * put python version in quotes * Update more versions * update group handling for unicode data types * update pipeline versions * update pipeline versions * Update pipeline upload-artifact --------- Co-authored-by: Simon Liu <[email protected]> Co-authored-by: sliu008 <[email protected]>
- Loading branch information
1 parent
9560141
commit 9e263cf
Showing
10 changed files
with
1,023 additions
and
1,612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
python-version: '3.10' | ||
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
|
@@ -124,7 +124,7 @@ jobs: | |
-Dsonar.projectVersion=${{ env.software_version }} | ||
-Dsonar.python.version=3.8,3.9,3.10 | ||
- name: Run Snyk as a blocking step | ||
uses: snyk/actions/python-3.8@master | ||
uses: snyk/actions/python-3.10@master | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -135,7 +135,7 @@ jobs: | |
--severity-threshold=high | ||
--fail-on=all | ||
- name: Run Snyk on Python | ||
uses: snyk/actions/python-3.8@master | ||
uses: snyk/actions/python-3.10@master | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -218,7 +218,7 @@ jobs: | |
- name: Build Python Artifact | ||
run: | | ||
poetry build | ||
- uses: actions/upload-artifact@v2 | ||
- uses: actions/upload-artifact@v3 | ||
with: | ||
name: python-artifact | ||
path: dist/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ jobs: | |
${{ startsWith(github.ref, 'refs/heads/release/') }} | ||
steps: | ||
# Checks-out the develop branch | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: 'refs/heads/develop' | ||
- uses: actions/setup-python@v2 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
python-version: '3.10' | ||
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.