Skip to content

Commit

Permalink
fix: install specific version of poetry as the latest version is inco…
Browse files Browse the repository at this point in the history
…mpatible with python 3.8 (#196)
  • Loading branch information
TristanSpeakEasy authored Jan 6, 2025
1 parent 02a0dae commit 7ae5750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
python-version: "3.8"
- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -
poetry --version
- name: Check for publish.sh
id: check-publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
python-version: "3.8"
- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -
poetry --version
- name: Check for publish.sh
id: check-publish
Expand Down

0 comments on commit 7ae5750

Please sign in to comment.