Skip to content

Commit

Permalink
Downgrade poetry in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Jul 22, 2024
1 parent 567776a commit ad7b6cc
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy-flake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.2 python3 -
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.2 python3 -
poetry run pip install -U pip
poetry install --with dev --without viz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: "3.10"
- name: Install poetry
run: |
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.2 python3 -
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.3.2 python3 -
export PATH="/root/.local/bin:$PATH"
poetry run pip install -U pip
poetry install
Expand Down
58 changes: 29 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "k-means-ilp"
version = "0.1.0"
description = "Computes an optimal k-means solution for small instances and small k."
authors = ["Melanie Schmidt <[email protected]>", "Giulia Baldini <[email protected]>", "Anna Arutyunova <[email protected]>"]
authors = ["Melanie Schmidt <[email protected]>", "Daniel Schmidt <[email protected]>", "Giulia Baldini <[email protected]>", "Anna Arutyunova <[email protected]>"]
readme = "README.md"
packages = [
{ include = "exact_kmeans" },
Expand Down

0 comments on commit ad7b6cc

Please sign in to comment.