Skip to content

Commit

Permalink
fix(ci-cd): pin github ci python runner to 3.12.0 and remove poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics committed Nov 29, 2023
1 parent 3f33979 commit b8e0994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 574 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Deploy:
strategy:
matrix:
python-version: ["3.11.6"]
python-version: ["3.12.0"]
runs-on: ubuntu-latest
environment: innovation
# These permissions are needed to interact
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ boto3 = "*"
staxapp = "*"
# https://stackoverflow.com/questions/76667202/aws-lambda-function-cant-find-module
jsonschema = "==4.17.3"
poetry = "*"

[requires]
python_version = "3.11"
Expand Down
Loading

0 comments on commit b8e0994

Please sign in to comment.