Skip to content

Commit 8847be1

Browse files
committed
Reverted back to use poetry 1.8.5 and python3.8
1 parent 4e687c2 commit 8847be1

File tree

3 files changed

+63
-59
lines changed

3 files changed

+63
-59
lines changed

.github/workflows/test-installation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.9
13+
python-version: 3.8
1414
- name: Build and install package
1515
run: |
16-
curl -sSL https://install.python-poetry.org | python3 -
16+
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
1717
poetry build
1818
pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl
1919
- name: Upload robusta package artifact
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: ["3.9", "3.10", "3.11", "3.12"]
34+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3535

3636
steps:
3737
- name: Set up Python ${{ matrix.python-version }}

poetry.lock

Lines changed: 59 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
robusta = "robusta_cli.main:app"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.9, <3.13"
12+
python = "^3.8, <3.13"
1313
typer = "^0.12.3"
1414
pyyaml = "^6.0.1"
1515
click-spinner = "^0.1.10"

0 commit comments

Comments
 (0)