Skip to content

Commit

Permalink
Merge pull request #289 from NASA-IMPACT/cdk2_refactor
Browse files Browse the repository at this point in the history
Update deployment workflows step to use python 3.9.
  • Loading branch information
sharkinsspatial authored May 30, 2024
2 parents 6ef7d14 + 02205f5 commit 708711c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mcp_production_viirs_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mcp-production-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 708711c

Please sign in to comment.