Skip to content

Commit

Permalink
Review poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed May 1, 2024
1 parent d445843 commit 38eb072
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.9
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Publish
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand All @@ -56,7 +56,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand All @@ -79,7 +79,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
uses: gi0baro/setup-poetry-bin@v1.3
with:
virtualenvs-in-project: true
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ uvicorn = ["uvicorn", "h11", "httptools", "websockets"]
"Issue Tracker" = "https://github.com/emmett-framework/emmett/issues"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core==1.4.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 38eb072

Please sign in to comment.