Skip to content

Commit

Permalink
Update python environment to 3.9 for all workflow steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkinsspatial committed Jun 7, 2024
1 parent f582ef0 commit 60707b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dev-deployment:
strategy:
matrix:
python: [3.8]
python: [3.9]
runs-on: ubuntu-20.04
needs: [unit-tests]
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mcp_dev_viirs_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mcp-dev-viirs-deployment:
strategy:
matrix:
python: [3.8]
python: [3.9]
runs-on: ubuntu-20.04
needs: [unit-tests]
environment:
Expand Down

0 comments on commit 60707b8

Please sign in to comment.