Skip to content

Commit

Permalink
update poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonnay committed Jan 6, 2025
1 parent aaaf680 commit 1094b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: install Poetry
uses: snok/[email protected]
uses: snok/install-poetry@v1
with:
version: 1.8.5
- name: install dependencies
run: poetry install
- name: lint with ruff
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "votekit"
version = "3.0.0"
description = "A Swiss Army Knife for computational social choice research"
authors = ["MGGG <engineering@mggg.org>"]
description = "A Swiss army knife for computational social choice research."
authors = ["MGGG <code@mggg.org>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down

0 comments on commit 1094b13

Please sign in to comment.