Skip to content

Commit

Permalink
fix(ci-build): pin actions python to version 3.11.4 due to cpython is…
Browse files Browse the repository at this point in the history
…sue (#121)

### This PR fixes continuous delivery of Stax Orchestrator to the
Innovation Prod account
<img width="1489" alt="image"
src="https://github.com/Versent/stax-orchestrator/assets/42393225/030c7715-e8fd-4303-b81b-7eb77a9cf656">

The fix is to pin github actions python version to 3.11.4 as there are
incompatibility issues with cpython in 3.11.5.

This is a known issue and can be tracked
[here](python-poetry/poetry#8452).
  • Loading branch information
boltdynamics authored Nov 29, 2023
1 parent 3822317 commit 8be0af9
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
Deploy:
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.11.4"]
runs-on: ubuntu-latest
environment: innovation
# These permissions are needed to interact
Expand Down
Loading

0 comments on commit 8be0af9

Please sign in to comment.