Skip to content

Commit dfa2bf0

Browse files
committed
install poetry pkg
1 parent 8ec8560 commit dfa2bf0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
poetry-version: "1.6.1"
4040

4141
- name: Install dependencies
42-
run: poetry install --no-root
42+
run: poetry install
4343

4444
- name: Run taiga-stats
4545
run: |

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ version: ~> 1.0
99
dist: jammy
1010
language: python
1111
python:
12-
- "3.11"
13-
- "3.12"
12+
- "3.11"
13+
- "3.12"
1414
cache: pip
1515
before_install: pip install poetry
1616
install: poetry install
1717
script:
18-
- poetry run taiga-stats -v
19-
- poetry run taiga-stats -h
20-
# - poetry run pylint taiga_stats/
21-
# - poetry run black --check .
22-
- poetry run ruff check
23-
- poetry run ruff format
18+
- poetry run taiga-stats -v
19+
- poetry run taiga-stats -h
20+
# - poetry run pylint taiga_stats/
21+
# - poetry run black --check .
22+
- poetry run ruff check
23+
- poetry run ruff format

0 commit comments

Comments
 (0)