We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fc763 commit 4d6b980Copy full SHA for 4d6b980
.github/workflows/tests.yml
@@ -35,9 +35,10 @@ jobs:
35
with:
36
python-version: ${{ matrix.python-version }}
37
38
- - name: Prepare tests
+ - name: Install dependencies
39
run: |
40
pip install -U pip poetry
41
+ poetry env use $(which python)
42
poetry install
43
44
- name: E2E tests
pyproject.toml
@@ -15,7 +15,7 @@ include = [
15
kosmorro = 'kosmorro.__main__:main'
16
17
[tool.poetry.dependencies]
18
-python = ">=3.8,<3.12"
+python = "^3.8"
19
tabulate = ">=0.8,<0.10"
20
termcolor = ">=1.1,<3.0"
21
kosmorrolib = "^1.0"
0 commit comments