Skip to content

Commit

Permalink
Pinned Poetry version to 1.1.15 in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-david committed Sep 26, 2022
1 parent dd7269d commit 9c4e426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
run: pipx install poetry==1.1.15
shell: bash

- name: Poetry path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: mpi4py/setup-mpi@v1

- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.1.15

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9c4e426

Please sign in to comment.