Skip to content

Commit

Permalink
Poetry v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Dec 18, 2024
1 parent bee2431 commit 79a553e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Setup Poetry 1.8
- name: Setup Poetry 1.3
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8"
poetry-version: "1.3"

- name: Install dependencies via poetry
run: make install
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,3 @@ pymongo = "=3.11.3"
pytest = "*"
pytest-cov = "*"
toml = "*"

[tool.poetry.virtualenvs]
create = true
in-project = true

0 comments on commit 79a553e

Please sign in to comment.