Skip to content

Commit

Permalink
Merge pull request #59 from peterschutt/fix-ci
Browse files Browse the repository at this point in the history
build: pin poetry version
  • Loading branch information
peterschutt authored Jan 6, 2025
2 parents eb37a29 + cec6ff8 commit a617b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
- name: Configure Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: '3.12'
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4
- name: Configure Poetry
run: |
$HOME/.local/bin/poetry config virtualenvs.create false
Expand Down

0 comments on commit a617b11

Please sign in to comment.